Skip to content

Commit 1d218c4

Browse files
MAINT: Update ipython requirement from <8.24,>=7.30.0 to >=7.30.0,<8.25 (#4607)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a74e61b commit 1d218c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies = [
3838
[project.optional-dependencies]
3939
tests = [
4040
"imageio>=2.30.0,<2.35",
41-
"ipython>=7.30.0,<8.24",
41+
"ipython>=7.30.0,<8.25",
4242
"joblib>=1.0.0,<1.5",
4343
"matplotlib>=3.5.0,<3.9",
4444
"mock>=5.1.0,<5.2",

0 commit comments

Comments
 (0)