Skip to content

Commit 9eeefe8

Browse files
authored
Merge pull request #2899 from jupyterhub/update-image-requirements
hub image: refreeze requirements.txt
2 parents 1bede2c + 71ad228 commit 9eeefe8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

images/hub/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ idna==3.4
5050
# via
5151
# requests
5252
# yarl
53-
importlib-metadata==4.12.0
53+
importlib-metadata==5.0.0
5454
# via jupyterhub
5555
jinja2==3.1.2
5656
# via

images/singleuser-sample/requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ idna==3.4
5959
# via
6060
# anyio
6161
# requests
62-
importlib-metadata==4.12.0
62+
importlib-metadata==5.0.0
6363
# via
6464
# jupyterhub
6565
# jupyterlab-server
6666
# nbconvert
67-
ipykernel==6.15.3
67+
ipykernel==6.16.0
6868
# via
6969
# nbclassic
7070
# notebook
@@ -110,7 +110,7 @@ jupyter-core==4.11.1
110110
# nbconvert
111111
# nbformat
112112
# notebook
113-
jupyter-server==1.18.1
113+
jupyter-server==1.19.1
114114
# via
115115
# jupyterlab
116116
# jupyterlab-server
@@ -128,7 +128,7 @@ jupyterlab==3.4.7
128128
# retrolab
129129
jupyterlab-pygments==0.2.2
130130
# via nbconvert
131-
jupyterlab-server==2.15.1
131+
jupyterlab-server==2.15.2
132132
# via
133133
# jupyterlab
134134
# retrolab
@@ -147,7 +147,7 @@ matplotlib-inline==0.1.6
147147
# ipython
148148
mistune==2.0.4
149149
# via nbconvert
150-
nbclassic==0.4.3
150+
nbclassic==0.4.4
151151
# via
152152
# -r requirements.in
153153
# jupyterlab
@@ -159,7 +159,7 @@ nbconvert==7.0.0
159159
# jupyter-server
160160
# nbclassic
161161
# notebook
162-
nbformat==5.6.0
162+
nbformat==5.6.1
163163
# via
164164
# jupyter-server
165165
# nbclassic
@@ -168,7 +168,7 @@ nbformat==5.6.0
168168
# notebook
169169
nbgitpuller==1.1.0
170170
# via -r requirements.in
171-
nest-asyncio==1.5.5
171+
nest-asyncio==1.5.6
172172
# via
173173
# ipykernel
174174
# jupyter-client
@@ -235,7 +235,7 @@ python-dateutil==2.8.2
235235
# jupyterhub
236236
python-json-logger==2.0.4
237237
# via jupyter-telemetry
238-
pytz==2022.2.1
238+
pytz==2022.4
239239
# via babel
240240
pyzmq==24.0.1
241241
# via
@@ -274,7 +274,7 @@ sqlalchemy==1.4.41
274274
# jupyterhub
275275
stack-data==0.5.1
276276
# via ipython
277-
terminado==0.15.0
277+
terminado==0.16.0
278278
# via
279279
# jupyter-server
280280
# nbclassic

0 commit comments

Comments
 (0)