From a103613d58679c38bd99c97ee41f35d930e6b4ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 07:30:42 +0000 Subject: [PATCH] Bump ipython from 9.10.0 to 9.10.1 Bumps [ipython](https://github.com/ipython/ipython) from 9.10.0 to 9.10.1. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/9.10.0...9.10.1) --- updated-dependencies: - dependency-name: ipython dependency-version: 9.10.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4c6f32da89..347058f499 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -160,7 +160,7 @@ docs = [ "fireworks==2.0.9", "autodoc_pydantic==2.2.0", "furo==2025.12.19", - "ipython==9.10.0", + "ipython==9.10.1", "jsonschema[format]", "myst_parser==5.0.0", "numpydoc==1.10.0",