Skip to content

Commit

Permalink
Update ipython requirement from ==8.12.* to ==8.21.*
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.21.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 11, 2024
1 parent b9715ce commit e614ddc
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
ddtrace
# 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.21.*; python_version == '3.8'
ipython; python_version > '3.8'
jinja2
mkdocs
Expand Down

0 comments on commit e614ddc

Please sign in to comment.