From e68d44cf458ec46879b130d6d69982cc05c63594 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 23:58:19 +0000 Subject: [PATCH] build(deps-dev): bump ipython from 8.26.0 to 9.15.0 Bumps [ipython](https://github.com/ipython/ipython) from 8.26.0 to 9.15.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.26.0...9.15.0) --- updated-dependencies: - dependency-name: ipython dependency-version: 9.15.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8ddbfa07..f9cc58a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ remote = [ "paramiko", ] docs = [ - "ipython==8.26.0", + "ipython==9.15.0", "numpydoc==1.10.0", "sphinx_rtd_theme==3.1.0", "sphinx==9.0.4",