Skip to content

Commit 7a018dc

Browse files
authored
Merge pull request #3075 from jupyterhub/update-image-requirements
hub image: refreeze requirements.txt
2 parents a425f57 + 7859180 commit 7a018dc

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

images/hub/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ charset-normalizer==3.1.0
3434
# via
3535
# aiohttp
3636
# requests
37-
cryptography==39.0.2
37+
cryptography==40.0.1
3838
# via pyopenssl
3939
escapism==1.0.1
4040
# via jupyterhub-kubespawner
@@ -130,9 +130,9 @@ pyjwt==2.6.0
130130
# via
131131
# -r requirements.in
132132
# mwoauth
133-
pymysql==1.0.2
133+
pymysql==1.0.3
134134
# via -r requirements.in
135-
pyopenssl==23.0.0
135+
pyopenssl==23.1.1
136136
# via certipy
137137
pyrsistent==0.19.3
138138
# via jsonschema

images/singleuser-sample/requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ charset-normalizer==3.1.0
4747
# via requests
4848
comm==0.1.3
4949
# via ipykernel
50-
cryptography==39.0.2
50+
cryptography==40.0.1
5151
# via pyopenssl
5252
debugpy==1.6.6
5353
# via ipykernel
@@ -72,7 +72,7 @@ ipykernel==6.22.0
7272
# via
7373
# nbclassic
7474
# notebook
75-
ipython==8.11.0
75+
ipython==8.12.0
7676
# via
7777
# ipykernel
7878
# jupyterlab
@@ -151,7 +151,7 @@ jupyterlab==3.6.2
151151
# via -r requirements.in
152152
jupyterlab-pygments==0.2.2
153153
# via nbconvert
154-
jupyterlab-server==2.20.0
154+
jupyterlab-server==2.21.0
155155
# via jupyterlab
156156
mako==1.2.4
157157
# via alembic
@@ -166,7 +166,7 @@ matplotlib-inline==0.1.6
166166
# ipython
167167
mistune==2.0.5
168168
# via nbconvert
169-
nbclassic==0.5.3
169+
nbclassic==0.5.4
170170
# via
171171
# -r requirements.in
172172
# jupyterlab
@@ -218,7 +218,7 @@ pexpect==4.8.0
218218
# via ipython
219219
pickleshare==0.7.5
220220
# via ipython
221-
platformdirs==3.1.1
221+
platformdirs==3.2.0
222222
# via jupyter-core
223223
prometheus-client==0.16.0
224224
# via
@@ -242,7 +242,7 @@ pygments==2.14.0
242242
# via
243243
# ipython
244244
# nbconvert
245-
pyopenssl==23.0.0
245+
pyopenssl==23.1.1
246246
# via certipy
247247
pyrsistent==0.19.3
248248
# via jsonschema
@@ -345,7 +345,7 @@ urllib3==1.26.15
345345
# via requests
346346
wcwidth==0.2.6
347347
# via prompt-toolkit
348-
webcolors==1.12
348+
webcolors==1.13
349349
# via jsonschema
350350
webencodings==0.5.1
351351
# via

0 commit comments

Comments
 (0)