From 514b6ba253f7958e909d23520e421b0c10cde463 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 01:24:26 +0000 Subject: [PATCH] Update shinywidgets requirement from ^0.7.1 to >=0.7.1,<0.9.0 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.7.1...v0.8.0) --- updated-dependencies: - dependency-name: shinywidgets dependency-version: 0.8.0 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 18fe397..f453b2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = "^3.11" # use `rev` to pin to a specific hash, or tag, from the git repo labretriever = {git = "https://github.com/cmatKhan/labretriever.git", rev = "72bbf3b"} shiny = "^1.4.0" -shinywidgets = "^0.7.1" +shinywidgets = ">=0.7.1,<0.9.0" upsetjs-jupyter-widget = "^1.9.0" scikit-learn = "^1.6.1" plotly = "^6.0.1"