From 033cfba3e2ba550ad209e13e35147c1e3f598038 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 05:50:39 +0000 Subject: [PATCH] Bump ipython from 9.5.0 to 9.7.0 Bumps [ipython](https://github.com/ipython/ipython) from 9.5.0 to 9.7.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/9.5.0...9.7.0) --- updated-dependencies: - dependency-name: ipython dependency-version: 9.7.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 685bd54..294ede8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ packages = ["src/kbase"] [dependency-groups] dev = [ - "ipython==9.5.0", + "ipython==9.7.0", "pymongo==4.15.2", "pytest==8.4.2", "pytest-asyncio==1.2.0",