Skip to content

Commit

Permalink
MAINT: Update ipython requirement from <8.24,>=7.30.0 to >=7.30.0,<8.25
Browse files Browse the repository at this point in the history
Updates the requirements on [ipython](https://github.com/ipython/ipython) to permit the latest version.
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@8.13.0...8.24.0)

---
updated-dependencies:
- dependency-name: ipython
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 29, 2024
1 parent 6509ed6 commit 4d327c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies = [
[project.optional-dependencies]
tests = [
"imageio>=2.30.0,<2.35",
"ipython>=7.30.0,<8.24",
"ipython>=7.30.0,<8.25",
"joblib>=1.0.0,<1.5",
"matplotlib>=3.5.0,<3.9",
"mock>=5.1.0,<5.2",
Expand Down

0 comments on commit 4d327c8

Please sign in to comment.