From 9f35b2585ad3c7e4aa025c4fbf77ac0e727b3621 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 08:37:13 +0000 Subject: [PATCH] chore(deps): update notebook requirement Updates the requirements on [notebook](https://github.com/jupyter/notebook) to permit the latest version. Updates `notebook` to 7.5.6 - [Release notes](https://github.com/jupyter/notebook/releases) - [Changelog](https://github.com/jupyter/notebook/blob/@jupyter-notebook/tree@7.5.6/CHANGELOG.md) - [Commits](https://github.com/jupyter/notebook/compare/@jupyter-notebook/tree@7.5.5...@jupyter-notebook/tree@7.5.6) --- updated-dependencies: - dependency-name: notebook dependency-version: 7.5.6 dependency-type: direct:production dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d67b3bf..dfc4358 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ matplotlib>=3.4.0 seaborn>=0.11.0 plotly>=5.0.0 jupyter>=1.1.1 -notebook>=7.5.5 +notebook>=7.5.6 # Bioinformatics packages biopython>=1.79