Skip to content

Commit

Permalink
Update ipykernel requirement from ~=5.5 to >=5.5,<7.0
Browse files Browse the repository at this point in the history
Updates the requirements on [ipykernel](https://github.com/ipython/ipykernel) to permit the latest version.
- [Release notes](https://github.com/ipython/ipykernel/releases)
- [Changelog](https://github.com/ipython/ipykernel/blob/main/CHANGELOG.md)
- [Commits](ipython/ipykernel@5.5.0...v6.22.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 24, 2023
1 parent ed238a8 commit 9ea5ada
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ rtd = [
"altair",
"bokeh",
"coconut>=1.4.3,<2.3.0",
"ipykernel~=5.5",
"ipykernel>=5.5,<7.0",
"ipywidgets",
"jupytext>=1.11.2,<1.15.0",
"matplotlib",
Expand All @@ -89,7 +89,7 @@ rtd = [
testing = [
"coverage>=6.4,<8.0",
"beautifulsoup4",
"ipykernel~=5.5",
"ipykernel>=5.5,<7.0",
# for issue with 8.1.0 see https://github.com/ipython/ipython/issues/13554
# TODO ipython 8.5 subtly changes output of test regressions
# see https://ipython.readthedocs.io/en/stable/whatsnew/version8.html#restore-line-numbers-for-input
Expand Down

0 comments on commit 9ea5ada

Please sign in to comment.