From b8e760fc6570aca305a290c95fcda85028990989 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 23:14:35 +0000 Subject: [PATCH] deps(py): update ipython requirement in /cortex Updates the requirements on [ipython](https://github.com/ipython/ipython) to permit the latest version. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.20.0...9.14.0) --- updated-dependencies: - dependency-name: ipython dependency-version: 9.14.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- cortex/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cortex/pyproject.toml b/cortex/pyproject.toml index 96d40e8..0dff742 100644 --- a/cortex/pyproject.toml +++ b/cortex/pyproject.toml @@ -125,7 +125,7 @@ dev = [ "ruff>=0.2.0", # Development utilities - "ipython>=8.20.0", + "ipython>=9.14.0", "rich>=13.7.0", "pyinstaller>=6.6.0",