Skip to content

Commit 92e317d

Browse files
authored
Merge pull request #1002 from consideRatio/pr/lower-bound-user-env
Bump the requirements-user-env-extras.txt lower version bounds
2 parents 856c647 + 812be54 commit 92e317d

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

tljh/requirements-user-env-extras.txt

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,20 @@
88
# the requirements-txt-fixer pre-commit hook that sorted them and made
99
# our integration tests fail.
1010
#
11-
notebook==7.*
12-
jupyterlab==4.*
11+
# ref: https://github.com/jupyter/notebook
12+
notebook>=7.2.2,<8
13+
14+
# ref: https://github.com/jupyterlab/jupyterlab
15+
jupyterlab>=4.2.5,<5
16+
1317
# nbgitpuller for easily pulling in Git repositories
14-
nbgitpuller==1.*
18+
# ref: https://github.com/jupyterhub/nbgitpuller
19+
nbgitpuller>=1.2.1,<2
20+
1521
# jupyter-resource-usage to show people how much RAM they are using
16-
jupyter-resource-usage==1.*
22+
# ref: https://github.com/jupyter-server/jupyter-resource-usage
23+
jupyter-resource-usage>=1.1.0,<2
24+
1725
# Most people consider ipywidgets to be part of the core notebook experience
18-
ipywidgets==8.*
26+
# ref: https://github.com/jupyter-widgets/ipywidgets
27+
ipywidgets>=8.1.5,<9

0 commit comments

Comments
 (0)