From 4215c18c86d9250ad0142528d978a9dfa923c93e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 20:45:57 +0000 Subject: [PATCH] Bump notebook from 7.0.6 to 7.0.7 Bumps [notebook](https://github.com/jupyter/notebook) from 7.0.6 to 7.0.7. - [Release notes](https://github.com/jupyter/notebook/releases) - [Changelog](https://github.com/jupyter/notebook/blob/@jupyter-notebook/tree@7.0.7/CHANGELOG.md) - [Commits](https://github.com/jupyter/notebook/compare/@jupyter-notebook/tree@7.0.6...@jupyter-notebook/tree@7.0.7) --- updated-dependencies: - dependency-name: notebook dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 54d810b..3cbca6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dev = [ "tox==4.11.4", "build==1.0.3", "pdoc==14.1.0", - "notebook==7.0.6" + "notebook==7.0.7" ] [project.urls] diff --git a/requirements-dev.txt b/requirements-dev.txt index 5615e28..056796e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,4 +3,4 @@ pylint==3.0.2 tox==4.11.4 build==1.0.3 pdoc==14.1.0 -notebook==7.0.6 \ No newline at end of file +notebook==7.0.7 \ No newline at end of file