From 386e4471327de502a5ec3a89d7d265e550b3ba73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 05:19:59 +0000 Subject: [PATCH] Bump ipython from 9.5.0 to 9.8.0 Bumps [ipython](https://github.com/ipython/ipython) from 9.5.0 to 9.8.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/9.5.0...9.8.0) --- updated-dependencies: - dependency-name: ipython dependency-version: 9.8.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..87698a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ packages = ["src/kbase"] [dependency-groups] dev = [ - "ipython==9.5.0", + "ipython==9.8.0", "pymongo==4.15.2", "pytest==8.4.2", "pytest-asyncio==1.2.0",