From c0f827d1cfe8fa95594a6dd8d1f045bfd6a3635f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 20:19:02 +0000 Subject: [PATCH] fix: bump ipywidgets from 8.1.5 to 8.1.7 Bumps [ipywidgets](https://github.com/jupyter-widgets/ipywidgets) from 8.1.5 to 8.1.7. - [Release notes](https://github.com/jupyter-widgets/ipywidgets/releases) - [Commits](https://github.com/jupyter-widgets/ipywidgets/compare/8.1.5...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 ef7a928..02c3974 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,7 +37,7 @@ psycopg2-binary==2.9.10 # Jupyter Notebook Libraries: jupyter==1.1.1 notebook==7.4.2 -ipywidgets==8.1.5 +ipywidgets==8.1.7 # Other Useful Libraries: joblib==1.4.2