Skip to content

Commit

Permalink
BUILD: update ipython requirement from <8.31,>=7.30.0 to >=7.30.0,<8.32
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@7.30.0...8.31.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 21, 2024
1 parent 63d473f commit 14df5aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ integration-tests = [
"pytest-cov>=4.0.0,<6.1",
]
tests = [
"ipython>=7.30.0,<8.31",
"ipython>=7.30.0,<8.32",
"joblib>=1.0.0,<1.5",
"matplotlib>=3.5.0,<3.11",
"mock>=5.1.0,<5.2",
Expand Down Expand Up @@ -134,7 +134,7 @@ installer = [
"SRTM.py",
"utm",
"jupyterlab>=3.6.0,<4.4",
"ipython>=7.30.0,<8.31",
"ipython>=7.30.0,<8.32",
"ipyvtklink>=0.2.0,<0.2.4",
]

Expand Down

0 comments on commit 14df5aa

Please sign in to comment.