Skip to content

Commit

Permalink
Update ipython requirement from ==8.12.* to ==8.19.*
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.0...8.19.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 22, 2023
1 parent 8dcd43a commit 1834d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ codespell
flaky
# Pin IPython to 8.12 when building on Python 3.8
# https://github.com/ipython/ipython/blob/main/README.rst
ipython == 8.12.*; python_version == '3.8'
ipython == 8.19.*; python_version == '3.8'
ipython; python_version > '3.8'
jinja2
mkdocs
Expand Down

0 comments on commit 1834d1f

Please sign in to comment.