From f5d79e5cd7ba4111b3260d862530b25dec7b9cb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 22:07:06 +0000 Subject: [PATCH] MAINT: Update ipython requirement from <8.23,>=7.30.0 to >=7.30.0,<8.24 (#4450) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 739ea4ee756..614073dea19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ [project.optional-dependencies] tests = [ "imageio>=2.30.0,<2.35", - "ipython>=7.30.0,<8.23", + "ipython>=7.30.0,<8.24", "joblib>=1.0.0,<1.4", "matplotlib>=3.5.0,<3.9", "mock>=5.1.0,<5.2",