From 8edd7439716a7928ba0c104b07555c0610867543 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 07:03:13 +0000 Subject: [PATCH] Update ipykernel requirement from ~=6.29 to ~=7.0 Updates the requirements on [ipykernel](https://github.com/ipython/ipykernel) to permit the latest version. - [Release notes](https://github.com/ipython/ipykernel/releases) - [Changelog](https://github.com/ipython/ipykernel/blob/main/CHANGELOG.md) - [Commits](https://github.com/ipython/ipykernel/compare/v6.29.0...v7.0.0) --- updated-dependencies: - dependency-name: ipykernel dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/doc_requires.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/doc_requires.txt b/docs/doc_requires.txt index 8d710cb..750359b 100644 --- a/docs/doc_requires.txt +++ b/docs/doc_requires.txt @@ -2,7 +2,7 @@ sphinx~=8.1 nbsphinx~=0.9 pygments~=2.19 shibuya~=2025.2 -ipykernel~=6.29 +ipykernel~=7.0 matplotlib~=3.10 myst_parser~=4.0 # Must Be Underscore, not Hyphen sphinx-intl~=2.3 diff --git a/pyproject.toml b/pyproject.toml index e4c9f7f..b556ca6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ docs = [ "nbsphinx~=0.9", "pygments~=2.19", "shibuya~=2025.2", - "ipykernel~=6.29", + "ipykernel~=7.0", "matplotlib~=3.10", "myst-parser~=4.0", "sphinx-intl~=2.3",