From ce0184a11fe81ee0595726b1e26e553ac4f322e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 12:45:43 +0000 Subject: [PATCH] build(deps): 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bc60a83..98250fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ psutil==7.2.2 redis==7.4.0 # REPL/Tinker functionality -IPython==9.13.0 +IPython==9.14.0 nest-asyncio==1.6.0 # Optional: For development and testing