Skip to content

Commit 4946365

Browse files
Update ipykernel requirement from ~=5.5 to >=5.5,<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](ipython/ipykernel@5.5.0...v6.22.0) --- updated-dependencies: - dependency-name: ipykernel dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 752d20f commit 4946365

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ rtd = [
7272
"altair",
7373
"bokeh",
7474
"coconut>=1.4.3,<2.3.0",
75-
"ipykernel~=5.5",
75+
"ipykernel>=5.5,<7.0",
7676
"ipywidgets",
7777
"jupytext>=1.11.2,<1.15.0",
7878
"matplotlib",
@@ -88,7 +88,7 @@ rtd = [
8888
testing = [
8989
"coverage>=6.4,<8.0",
9090
"beautifulsoup4",
91-
"ipykernel~=5.5",
91+
"ipykernel>=5.5,<7.0",
9292
# for issue with 8.1.0 see https://github.com/ipython/ipython/issues/13554
9393
# TODO ipython 8.5 subtly changes output of test regressions
9494
# see https://ipython.readthedocs.io/en/stable/whatsnew/version8.html#restore-line-numbers-for-input

0 commit comments

Comments
 (0)