Skip to content

Commit

Permalink
chore(deps): update ipython requirement
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.12.3...8.30.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Kolarovszki committed Dec 2, 2024
1 parent 6eb7d07 commit e68daea
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 @@ -47,7 +47,7 @@ docs = [
"sphinx~=7.1.2",
"nbsphinx~=0.9.5",
"furo~=2024.8.6",
"ipython~=8.12.3",
"ipython>=8.12.3,<8.31.0",
"sphinx-design>=0.5,<0.7",
]
benchmark = [
Expand Down

0 comments on commit e68daea

Please sign in to comment.