Skip to content

Commit 997da8e

Browse files
Update ipykernel requirement from ~=6.29 to ~=7.1
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](ipython/ipykernel@v6.29.0...v7.1.0) --- updated-dependencies: - dependency-name: ipykernel dependency-version: 7.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d5226bc commit 997da8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/doc_requires.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sphinx~=8.1
22
nbsphinx~=0.9
33
pygments~=2.19
44
shibuya~=2025.2
5-
ipykernel~=6.29
5+
ipykernel~=7.1
66
matplotlib~=3.10
77
myst_parser~=4.0 # Must Be Underscore, not Hyphen
88
sphinx-intl~=2.3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ docs = [
8181
"nbsphinx~=0.9",
8282
"pygments~=2.19",
8383
"shibuya~=2025.2",
84-
"ipykernel~=6.29",
84+
"ipykernel~=7.1",
8585
"matplotlib~=3.10",
8686
"myst-parser~=4.0",
8787
"sphinx-intl~=2.3",

0 commit comments

Comments
 (0)