Skip to content

Commit ebcbf6d

Browse files
build(deps): update ipython[notebook] requirement from <8.24.0,>=8.0.0 to >=8.0.0,<9.0 (#352)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jirka Borovec <[email protected]>
1 parent e902ee9 commit ebcbf6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_requirements/devel.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ virtualenv>=20.10
33
# pytest>=7.0, <9.0
44
# testing with own fork with extended cell timeout
55
# https://github.com/Borda/nbval/archive/refs/heads/timeout-limit.zip
6-
ipython[notebook]>=8.0.0, <8.24.0
6+
ipython[notebook]>=8.0.0, <9.0
77
urllib3 # for ipython
88
jupytext>=1.10, <1.17 # converting
99
papermill ==2.6.* # rendering

_requirements/docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ nbsphinx >=0.8.5, <0.10
44
pandoc >=1.0, <2.4
55
#docutils >=0.16
66
sphinx-paramlinks >=0.5.1, <=0.6.0
7-
ipython[notebook] >=8.0.0, <8.2.0
7+
ipython[notebook] >=8.0.0, <9.0
88

99
pt-lightning-sphinx-theme @ https://github.com/Lightning-AI/lightning_sphinx_theme/archive/master.zip
1010

0 commit comments

Comments
 (0)