From a8778901d25a5b25387d424e90143820aecbd28d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 May 2025 17:49:55 +0000 Subject: [PATCH] Update shinywidgets requirement from ^0.5.2 to ^0.6.2 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](https://github.com/rstudio/py-shinywidgets/compare/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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fb2ef48..1ea07f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" python = "^3.11" tfbpapi = {git = "https://github.com/cmatKhan/tfbpapi.git", rev = "dev"} shiny = "^1.4.0" -shinywidgets = "^0.5.2" +shinywidgets = "^0.6.2" upsetjs-jupyter-widget = "^1.9.0" scikit-learn = "^1.6.1" plotly = "^6.0.1"