Skip to content

Commit 833c015

Browse files
Update ipython requirement from !=8.1.0,<8.5 to !=8.1.0,<8.15
Updates the requirements on [ipython](https://github.com/ipython/ipython) to permit the latest version. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](ipython/ipython@rel-0.8.4...8.14.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 48c45c6 commit 833c015

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# this is only required by coconut kernel
2-
ipython<=7.11.0
2+
ipython<=8.14.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ testing = [
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
95-
"ipython!=8.1.0,<8.5",
95+
"ipython!=8.1.0,<8.15",
9696
"ipywidgets>=8",
9797
"jupytext>=1.11.2,<1.15.0",
9898
"matplotlib>=3.5.3,<3.6", # TODO mpl 3.6 subtly changes output of test regressions

0 commit comments

Comments
 (0)