From 98b12ac5fc36e4220358ea67881d84d4ed073bdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 23:53:47 +0000 Subject: [PATCH] Bump ipython from 9.13.0 to 9.15.0 Bumps [ipython](https://github.com/ipython/ipython) from 9.13.0 to 9.15.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/9.13.0...9.15.0) --- updated-dependencies: - dependency-name: ipython dependency-version: 9.15.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 220143d..7ed2608 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ dev = [ # aiobotocore 3.5.0 cannot be installed with boto3 > 1.42.91 "boto3==1.42.91", - "ipython==9.13.0", + "ipython==9.15.0", "kafka-python==2.3.1", "pymongo==4.17.0", "pytest==9.0.3",