From 0ff81dda4b22dae93e35f1ab418e5f142104333d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 08:23:09 +0000 Subject: [PATCH] [UPDATE] Update ipython requirement 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/9.14.1...9.15.0) --- updated-dependencies: - dependency-name: ipython dependency-version: 9.15.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6908ff00..0219fefe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ prod = [ ] dev = [ "django-debug-toolbar>=7.0.0,<8", - "ipython>=9.14.1,<10.0.0", + "ipython>=9.15.0,<10.0.0", "pre-commit>=4.6.0,<5.0.0", "ruff>=0.15.19,<1.0.0", "djhtml>=3.0.11,<4.0.0",