From 04e288499be8ab707406aca2e3ebf2df39eea107 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 06:10:43 +0000 Subject: [PATCH] Bump notebook from 7.0.6 to 7.1.1 Bumps [notebook](https://github.com/jupyter/notebook) from 7.0.6 to 7.1.1. - [Release notes](https://github.com/jupyter/notebook/releases) - [Changelog](https://github.com/jupyter/notebook/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter/notebook/compare/@jupyter-notebook/tree@7.0.6...@jupyter-notebook/tree@7.1.1) --- updated-dependencies: - dependency-name: notebook dependency-type: direct:development update-type: version-update:semver-minor ... 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 661c0d8..112833b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dev = [ "tox==4.11.4", "build==1.0.3", "pdoc==14.4.0", - "notebook==7.0.6" + "notebook==7.1.1" ] [project.urls] diff --git a/requirements-dev.txt b/requirements-dev.txt index 62c0722..343fc9e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,4 +3,4 @@ pylint==3.1.0 tox==4.11.4 build==1.0.3 pdoc==14.4.0 -notebook==7.0.6 \ No newline at end of file +notebook==7.1.1 \ No newline at end of file