From 288200743cff3c471048b6df388a6f03bb026f4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 00:49:41 +0000 Subject: [PATCH] chore(python-pip): bump ipython from 9.13.0 to 9.14.0 Bumps [ipython](https://github.com/ipython/ipython) from 9.13.0 to 9.14.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/9.13.0...9.14.0) --- updated-dependencies: - dependency-name: ipython dependency-version: 9.14.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b5ed3a1..85c608e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,11 +11,11 @@ dependencies = [ [project.optional-dependencies] dev = [ - "ipython==9.13.0", + "ipython==9.14.0", "ruff==0.15.15", ] test = [ - "ipython==9.13.0", + "ipython==9.14.0", "mypy==2.1.0", "pytest==9.0.3", "pytest_cov==7.1.0",