From 3112abf6075c26b3479bdab10d133d04fa9a120e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 13:19:41 +0000 Subject: [PATCH] Update ipywidgets requirement from <9,>=8.1.8 to >=8.1.9,<9 Updates the requirements on [ipywidgets](https://github.com/jupyter-widgets/ipywidgets) to permit the latest version. - [Release notes](https://github.com/jupyter-widgets/ipywidgets/releases) - [Commits](https://github.com/jupyter-widgets/ipywidgets/compare/8.1.8...8.1.9) --- updated-dependencies: - dependency-name: ipywidgets dependency-version: 8.1.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1fa7a3c..46ca45b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ pandas>=3.0.3,<4 matplotlib>=3.10.9,<4 scipy>=1.17.1,<2 openpyxl>=3.1.5,<4 -ipywidgets>=8.1.8,<9 +ipywidgets>=8.1.9,<9