Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 22, 2025

Updates the requirements on shinywidgets to permit the latest version.

Release notes

Sourced from shinywidgets's releases.

shinywidgets 0.6.2

  • Eliminate the possibility of a single @render_widget output from keeping a view of prior renders. (#196)
Changelog

Sourced from shinywidgets's changelog.

[0.6.2] - 2025-05-21

  • Eliminate the possibility of a single @render_widget output from keeping a view of prior renders. (#196)

[0.6.1] - 2025-05-21

  • Fixed an issue introduced by v0.6.0 where cleanup wasn't happening when it should be. (#195)

[0.6.0] - 2025-05-19

  • Widgets initialized inside a reactive.effect() are no longer automatically removed when the effect invalidates. (#191)

[0.5.2] - 2025-04-04

  • Constructing a widget inside of a shiny.reactive.ExtendedTask() no longer errors out. (#188)

[0.5.1] - 2025-01-30

  • Fixes 'AttributeError: object has no attribute "repr_mimebundle"'. (#184)

[0.5.0] - 2025-01-29

  • Updates to accomodate the new plotly v6.0.0 release. (#182)
  • Fixed an issue with plotly graphs sometimes not getting fully removed from the DOM. (#178)
  • Added anywidget as a package dependency since it's needed now for altair and plotly (and installing this packages won't necessarily install anywidget). (#183)
  • Fixed an issue with ipyleaflet erroring out when attempting to read the .model_id property of a closed widget object. (#179)
  • Fixed an issue where altair charts would sometimes render to a 0 height after being shown, hidden, and then shown again. (#180)

[0.4.2] - 2024-12-18

  • Fixed an issue where @render_widget would sometimes incorrectly render a new widget without removing the old one. (#167)

[0.4.1] - 2024-12-17

  • Fixed a Python 3.9 compatibility issue.

[0.4.0] - 2024-12-16

  • Fixed a memory leak issue. (#167)

[0.3.4] - 2024-10-29

  • Fixed an issue where widgets would sometimes fail to render in a Quarto document. (#159)
  • Fixed an issue where importing shinywidgets before a ipywidget implementation can sometimes error in a Shiny Express app. (#163)

[0.3.3] - 2024-08-13

  • Fixed a bug with receiving binary data on the frontend, which gets quak and mosaic-widget working with @render_widget. (#152)

[0.3.2] - 2024-04-16

... (truncated)

Commits
  • f0cd970 v0.6.2 release
  • 923e108 Eliminate the possibility of a single render_widget output from keeping a v...
  • 31410ef v0.6.1 release
  • 212acf8 Properly cleanup when the Widget is initialized by an implicit as_widget() ...
  • 03ed44c v0.6.0 release
  • e3bd341 Workaround for broken plotly type
  • 0e49c52 Only cleanup widgets that get initialized in an output context (#191)
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 22, 2025
Copy link

This PR is against the main branch ❌

  • Do not close this PR
  • Click Edit and change the base to dev
  • This CI test will remain failed until you push a new commit

Hi @dependabot[bot],

@dependabot dependabot bot force-pushed the dependabot/pip/shinywidgets-tw-0.6.2 branch from 8d8bc64 to 90b5e05 Compare May 22, 2025 12:27
Updates the requirements on [shinywidgets](https://github.com/rstudio/py-shinywidgets) to permit the latest version.
- [Release notes](https://github.com/rstudio/py-shinywidgets/releases)
- [Changelog](https://github.com/posit-dev/py-shinywidgets/blob/main/CHANGELOG.md)
- [Commits](posit-dev/py-shinywidgets@v0.5.2...v0.6.2)

---
updated-dependencies:
- dependency-name: shinywidgets
  dependency-version: 0.6.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/shinywidgets-tw-0.6.2 branch from 90b5e05 to a877890 Compare May 28, 2025 17:49
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 15, 2025

Superseded by #135.

@dependabot dependabot bot closed this Jul 15, 2025
@dependabot dependabot bot deleted the dependabot/pip/shinywidgets-tw-0.6.2 branch July 15, 2025 05:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants