Skip to content

Commit f4b845d

Browse files
build(deps): update ipython requirement (#548)
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.16.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9ddc821 commit f4b845d

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<=8.15.0
2+
ipython<=8.16.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.16",
95+
"ipython!=8.1.0,<8.17",
9696
"ipywidgets>=8",
9797
"jupytext>=1.11.2,<1.16.0",
9898
"matplotlib>=3.5.3,<3.6", # TODO mpl 3.6 subtly changes output of test regressions

0 commit comments

Comments
 (0)