From 31a3140f840433f59f67fe54f1463f67085d4fe7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 19:53:20 +0000 Subject: [PATCH] fix: bump ipywidgets from 8.1.6 to 8.1.7 Bumps [ipywidgets](https://github.com/jupyter-widgets/ipywidgets) from 8.1.6 to 8.1.7. - [Release notes](https://github.com/jupyter-widgets/ipywidgets/releases) - [Commits](https://github.com/jupyter-widgets/ipywidgets/compare/8.1.6...8.1.7) --- updated-dependencies: - dependency-name: ipywidgets dependency-version: 8.1.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1af7177..17c74b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ psycopg2-binary==2.9.10 # Jupyter Notebook Libraries: jupyter==1.1.1 notebook==7.4.1 -ipywidgets==8.1.6 +ipywidgets==8.1.7 # Other Useful Libraries: joblib==1.4.2