From 7790fb25f42b67d9cc68dfee53ac5530e3574a4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 21:14:48 +0000 Subject: [PATCH] Update ipython requirement from <8.30,>7.16 to >7.16,<8.32 in /docs 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.16.1...8.31.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements_doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements_doc.txt b/docs/requirements_doc.txt index 72164e7..3165739 100644 --- a/docs/requirements_doc.txt +++ b/docs/requirements_doc.txt @@ -7,4 +7,4 @@ sphinx-design sphinx-inline-tabs sphinx-togglebutton sphinxcontrib-googleanalytics -ipython>7.16,<8.30 # IPython 8.13+ supports Python 3.9 and above; Python 3.7 is supported with IPython >7.16 +ipython>7.16,<8.32 # IPython 8.13+ supports Python 3.9 and above; Python 3.7 is supported with IPython >7.16