Skip to content

Commit

Permalink
Update ipython requirement from <8.0 to <9.0
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@rel-0.8.4...8.21.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 2, 2024
1 parent 73dbd72 commit 79f6ec3
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 @@ -77,7 +77,7 @@ dev = [
"flake8-rst-docstrings>=0.3.0",
"flake8>=6.1.0",
"flit>=3.9.0",
"ipython<8.0", # this needed when testing see #1005
"ipython<9.0", # this needed when testing see #1005
"isort==5.13.2",
"mypy",
"nbval",
Expand Down

0 comments on commit 79f6ec3

Please sign in to comment.