From 964f76099642ba88c7226b1fd95457f6147d1dd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 13:54:48 +0000 Subject: [PATCH] Update ipython requirement from <10.0.0,>=7.0.0 to >=8.39.0,<10.0.0 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/7.0.0...8.39.0) --- updated-dependencies: - dependency-name: ipython dependency-version: 8.39.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 744c55d..d0ce0f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "ipython>=7.0.0,<10.0.0", + "ipython>=8.39.0,<10.0.0", "pre-commit>=2.0.0,<5.0.0", "tox>=4.23.2,<5.0.0", "networksim[test]",