Skip to content

Commit

Permalink
Update ipython requirement from ~=8.23.0 to ~=8.24.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@8.23.0...8.24.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 29, 2024
1 parent dd619e9 commit f38d4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mypy>=1.1.1,<1.11.0
ipython~=8.18.1; python_version < "3.10"
ipython~=8.23.0; python_version >= "3.10"
ipython~=8.24.0; python_version >= "3.10"
pytest>=7.4.4,<8.2.0

0 comments on commit f38d4a9

Please sign in to comment.