Skip to content

Commit 93b009f

Browse files
Update ipython requirement from !=8.1.0,<8.5 to !=8.1.0,<8.14
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.13.1) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 752d20f commit 93b009f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.13.1

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.14",
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)