From 1afdf60edd122e1490e1c3ea829ab16445c6ce69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 14:42:57 +0000 Subject: [PATCH] chore(deps): update dependency ipython to v9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ef55a9d1..1f828330 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ pytest-watch = "^4.2.0" freezegun = "^1.2.2" syrupy = "^4.0.4" pytest-asyncio = "^1.0.0" -ipython = "^8.14.0" +ipython = "^9.0.0" exceptiongroup = "^1.1.2" pytest-mock = "^3.11.1" pytest-fast-first = "^1.0.5"