From b72e73078d3c4a82f43a0b25b4edd4252d51bb96 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 21:13:52 +0000 Subject: [PATCH] deps: Update dependency ipython to >=9.14.0 --- pixi.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixi.toml b/pixi.toml index 6471a289..8e8266ea 100644 --- a/pixi.toml +++ b/pixi.toml @@ -149,7 +149,7 @@ docs = { cmd = "sphinx-build -E -W . build/", cwd = "docs", description = "Build open-docs = { cmd = "open build/index.html", cwd = "docs", depends-on = ["docs"], description = "Open the generated docs", default-environment = "docs" } [feature.dev.dependencies] -ipython = ">=9.13.0" +ipython = ">=9.14.0" [feature.dev.tasks] ipython = { cmd = "ipython", description = "Launch ipython", default-environment = "dev" }