Skip to content

Commit 2a6c2e8

Browse files
authored
Merge pull request #3081 from jupyterhub/update-image-requirements
hub image: refreeze requirements.txt
2 parents b88b1a2 + b969fa5 commit 2a6c2e8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

images/hub/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ six==1.16.0
174174
# mwoauth
175175
# onetimepass
176176
# python-dateutil
177-
sqlalchemy==2.0.7
177+
sqlalchemy==2.0.8
178178
# via
179179
# alembic
180180
# jupyterhub

images/singleuser-sample/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jupyterlab==3.6.3
151151
# via -r requirements.in
152152
jupyterlab-pygments==0.2.2
153153
# via nbconvert
154-
jupyterlab-server==2.21.0
154+
jupyterlab-server==2.22.0
155155
# via jupyterlab
156156
mako==1.2.4
157157
# via alembic
@@ -171,7 +171,7 @@ nbclassic==0.5.4
171171
# -r requirements.in
172172
# jupyterlab
173173
# notebook
174-
nbclient==0.7.2
174+
nbclient==0.7.3
175175
# via nbconvert
176176
nbconvert==7.2.10
177177
# via
@@ -293,7 +293,7 @@ sniffio==1.3.0
293293
# via anyio
294294
soupsieve==2.4
295295
# via beautifulsoup4
296-
sqlalchemy==2.0.7
296+
sqlalchemy==2.0.8
297297
# via
298298
# alembic
299299
# jupyterhub

0 commit comments

Comments
 (0)