From cc3e9b56a7ab156ff88f9e4eb9a31f40e1403a03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 21:33:32 +0000 Subject: [PATCH] Update ipython requirement from <8.13,>7.16 to >7.16,<8.30 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.29.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 899eb098..72164e74 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.13 # IPython 8.13+ supports Python 3.9 and above; Python 3.7 is supported with IPython >7.16 +ipython>7.16,<8.30 # IPython 8.13+ supports Python 3.9 and above; Python 3.7 is supported with IPython >7.16