From 32369f5b02351bc44b0b0dd71db70cf5a2887dce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Dec 2025 15:04:37 +0000 Subject: [PATCH] Update ipython requirement from ~=7.34.0 to ~=9.8.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.34.0...9.8.0) --- updated-dependencies: - dependency-name: ipython dependency-version: 9.8.0 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 9dbc481..84f61f6 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -9,7 +9,7 @@ # # It only exists to keep the list of dependencies in a separate file from # setup.py. -ipython ~=7.34.0 +ipython ~=9.8.0 numpydoc ~=1.10 sphinx ~=8.2.3 sphinx-copybutton ~=0.5.2