From 3a85eb7b9196c404a5c92b77908cd63a749268c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 16:55:06 +0000 Subject: [PATCH] Update ipython requirement from <9.0.0,>=7.2.0 to >=7.2.0,<10.0.0 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/7.2.0...9.0.2) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/docs.txt b/requirements/docs.txt index 84c91c874..94a41438e 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -9,7 +9,7 @@ myst-parser>=1.0, <3.0 nbsphinx>=0.8.5, <0.10.0 sphinx_design==0.6.1 # Pinning for now as sphinx_design is v.new and still in flux. ipykernel>=5.1.0, <7.0.0 # required for executing notebooks via nbsphinx -ipython>=7.2.0, <9.0.0 # required for executing notebooks nbsphinx +ipython>=7.2.0, <10.0.0 # required for executing notebooks nbsphinx # pandoc # pandoc==2.9.2.1 # NB: as this is not a Python library, it should be installed manually on the system or via a package manager such as `conda` # alibi_detect dependencies (these are installed on ReadTheDocs so are not mocked)