From 68479af811fb9cddfa76780b31820f2743805bdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 20:09:36 +0000 Subject: [PATCH] fix: bump ipywidgets from 8.1.7 to 8.1.8 Bumps [ipywidgets](https://github.com/jupyter-widgets/ipywidgets) from 8.1.7 to 8.1.8. - [Release notes](https://github.com/jupyter-widgets/ipywidgets/releases) - [Commits](https://github.com/jupyter-widgets/ipywidgets/compare/8.1.7...8.1.8) --- updated-dependencies: - dependency-name: ipywidgets dependency-version: 8.1.8 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 52fe5ad..9a3cd7b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,7 +41,7 @@ psycopg2-binary==2.9.10 # Jupyter Notebook Libraries: jupyter==1.1.1 notebook==7.4.7 -ipywidgets==8.1.7 +ipywidgets==8.1.8 # Other Useful Libraries: joblib==1.5.1