From 0e4ed2fa92af1981772e9e0efa76f47fcbfca914 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 01:14:20 +0000 Subject: [PATCH] Bump ipython from 9.5.0 to 9.6.0 Bumps [ipython](https://github.com/ipython/ipython) from 9.5.0 to 9.6.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/9.5.0...9.6.0) --- updated-dependencies: - dependency-name: ipython dependency-version: 9.6.0 dependency-type: direct:production 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 a7dcde1..caaaaa4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ packages = ["src/kbase"] [dependency-groups] dev = [ - "ipython==9.5.0", + "ipython==9.6.0", "pymongo==4.15.2", "pytest==8.4.2", "pytest-asyncio==1.2.0",