From 6bb37bf467acd69cc8d21146d6dfe29cf09e3995 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 00:46:33 +0000 Subject: [PATCH] chore(deps-dev): update ipython requirement Updates the requirements on [ipython](https://github.com/ipython/ipython) to permit the latest version. Updates `ipython` to 9.13.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/7.15.0...9.13.0) --- updated-dependencies: - dependency-name: ipython dependency-version: 9.13.0 dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ed3b1c6..15527c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dev = [ "bandit>=1.7.4", "coverage[toml]==7.13.5", "freezegun>=0.3.15,<1.6.0", - "ipython>=7.15,<9.13", + "ipython>=7.15,<9.14", "ruff>=0.1.2,<0.16.0", ]