Skip to content

Commit f5d79e5

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.23",
41+
"ipython>=7.30.0,<8.24",
4242
"joblib>=1.0.0,<1.4",
4343
"matplotlib>=3.5.0,<3.9",
4444
"mock>=5.1.0,<5.2",

0 commit comments

Comments
 (0)