From ae91522259794d9a2374ae136c8a6251d53758fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 07:40:01 +0000 Subject: [PATCH] build(deps): update ipython requirement Updates the requirements on [ipython](https://github.com/ipython/ipython) to permit the latest version. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/rel-0.8.4...8.21.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 0a9de373..a12d80fe 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,2 @@ # this is only required by coconut kernel -ipython<=8.16.1 +ipython<=8.21.0 diff --git a/pyproject.toml b/pyproject.toml index f6f49cb4..71881b67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,7 +94,7 @@ testing = [ # for issue with 8.1.0 see https://github.com/ipython/ipython/issues/13554 # TODO ipython 8.5 subtly changes output of test regressions # see https://ipython.readthedocs.io/en/stable/whatsnew/version8.html#restore-line-numbers-for-input - "ipython!=8.1.0,<8.17", + "ipython!=8.1.0,<8.22", "ipywidgets>=8", "jupytext>=1.11.2,<1.16.0", # Matplotlib outputs are sensitive to the matplotlib version