Skip to content

Commit

Permalink
Bump ipython from 8.12.0 to 8.14.0 (#309)
Browse files Browse the repository at this point in the history
* Bump ipython from 8.12.0 to 8.14.0

Bumps [ipython](https://github.com/ipython/ipython) from 8.12.0 to 8.14.0.
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@8.12.0...8.14.0)

---
updated-dependencies:
- dependency-name: ipython
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* ⬆️ Raise required min python for ipython pinning

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sebastian Weigand <[email protected]>
  • Loading branch information
dependabot[bot] and s-weigand authored Jun 9, 2023
1 parent 633175c commit d169958
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 @@ -16,4 +16,4 @@ coverage[toml]>=4.5.4
# package runtime requirements
flake8==5.0.4
nbconvert==7.4.0; python_version > '3.7'
ipython==8.12.0; python_version > '3.7'
ipython==8.14.0; python_version >= '3.9'

0 comments on commit d169958

Please sign in to comment.