From 5e46bd288ac1ae51faa1eb718fa554e7a45df317 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 20:04:03 +0000 Subject: [PATCH] fix: bump notebook from 7.3.2 to 7.3.3 Bumps [notebook](https://github.com/jupyter/notebook) from 7.3.2 to 7.3.3. - [Release notes](https://github.com/jupyter/notebook/releases) - [Changelog](https://github.com/jupyter/notebook/blob/@jupyter-notebook/tree@7.3.3/CHANGELOG.md) - [Commits](https://github.com/jupyter/notebook/compare/@jupyter-notebook/tree@7.3.2...@jupyter-notebook/tree@7.3.3) --- updated-dependencies: - dependency-name: notebook 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 cb0af8d..bee8611 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ psycopg2-binary==2.9.10 # Jupyter Notebook Libraries: jupyter==1.1.1 -notebook==7.3.2 +notebook==7.3.3 ipywidgets==8.1.5 # Other Useful Libraries: