From f6be6ed73b126e5923b41f6f67c76e0c34f916d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 18:20:15 +0000 Subject: [PATCH] Bump notebook from 7.0.2 to 7.2.2 Bumps [notebook](https://github.com/jupyter/notebook) from 7.0.2 to 7.2.2. - [Release notes](https://github.com/jupyter/notebook/releases) - [Changelog](https://github.com/jupyter/notebook/blob/@jupyter-notebook/tree@7.2.2/CHANGELOG.md) - [Commits](https://github.com/jupyter/notebook/compare/@jupyter-notebook/app@7.0.2...@jupyter-notebook/tree@7.2.2) --- updated-dependencies: - dependency-name: notebook dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 56be37b..86681d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ openpyxl==3.1.2 xlrd==2.0.1 # Jupyter notebook support -notebook==7.0.2 +notebook==7.2.2 # PyPlot for additional plotting capabilities pyplot==3.2.2