Skip to content

Commit 2e0decf

Browse files
hub image: refreeze requirements.txt
1 parent 10001b9 commit 2e0decf

File tree

2 files changed

+21
-17
lines changed

2 files changed

+21
-17
lines changed

images/hub/requirements.txt

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ bcrypt==4.0.1
2222
# via
2323
# jupyterhub-firstuseauthenticator
2424
# jupyterhub-nativeauthenticator
25-
certifi==2022.12.7
25+
certifi==2023.5.7
2626
# via
2727
# kubernetes-asyncio
2828
# requests
@@ -88,7 +88,7 @@ jupyterhub-nativeauthenticator==1.1.0
8888
# via -r requirements.in
8989
jupyterhub-tmpauthenticator==0.6
9090
# via -r requirements.in
91-
kubernetes-asyncio==24.2.2
91+
kubernetes-asyncio==24.2.3
9292
# via jupyterhub-kubespawner
9393
ldap3==2.9.1
9494
# via jupyterhub-ldapauthenticator
@@ -132,7 +132,7 @@ pycparser==2.21
132132
# via cffi
133133
pycurl==7.45.2
134134
# via -r requirements.in
135-
pyjwt[crypto]==2.6.0
135+
pyjwt[crypto]==2.7.0
136136
# via
137137
# -r requirements.in
138138
# jupyterhub-ltiauthenticator
@@ -156,25 +156,27 @@ pyyaml==6.0
156156
# via
157157
# jupyterhub-kubespawner
158158
# kubernetes-asyncio
159-
requests==2.29.0
159+
requests==2.30.0
160160
# via
161161
# jupyterhub
162162
# mwoauth
163163
# oauthenticator
164164
# requests-oauthlib
165165
requests-oauthlib==1.3.1
166166
# via mwoauth
167-
ruamel-yaml==0.17.21
167+
ruamel-yaml==0.17.26
168168
# via
169169
# jupyter-telemetry
170170
# oauthenticator
171+
ruamel-yaml-clib==0.2.7
172+
# via ruamel-yaml
171173
six==1.16.0
172174
# via
173175
# kubernetes-asyncio
174176
# mwoauth
175177
# onetimepass
176178
# python-dateutil
177-
sqlalchemy==2.0.11
179+
sqlalchemy==2.0.13
178180
# via
179181
# alembic
180182
# jupyterhub
@@ -200,7 +202,7 @@ typing-extensions==4.5.0
200202
# via
201203
# alembic
202204
# sqlalchemy
203-
urllib3==1.26.15
205+
urllib3==2.0.2
204206
# via
205207
# jupyterhub-kubespawner
206208
# kubernetes-asyncio

images/singleuser-sample/requirements.txt

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ beautifulsoup4==4.12.2
3535
# via nbconvert
3636
bleach==6.0.0
3737
# via nbconvert
38-
certifi==2022.12.7
38+
certifi==2023.5.7
3939
# via requests
4040
certipy==0.1.3
4141
# via jupyterhub
@@ -68,11 +68,11 @@ idna==3.4
6868
# anyio
6969
# jsonschema
7070
# requests
71-
ipykernel==6.22.0
71+
ipykernel==6.23.0
7272
# via
7373
# nbclassic
7474
# notebook
75-
ipython==8.12.1
75+
ipython==8.13.2
7676
# via
7777
# ipykernel
7878
# jupyterlab
@@ -166,14 +166,14 @@ matplotlib-inline==0.1.6
166166
# ipython
167167
mistune==2.0.5
168168
# via nbconvert
169-
nbclassic==0.5.6
169+
nbclassic==1.0.0
170170
# via
171171
# -r requirements.in
172172
# jupyterlab
173173
# notebook
174174
nbclient==0.7.4
175175
# via nbconvert
176-
nbconvert==7.3.1
176+
nbconvert==7.4.0
177177
# via
178178
# jupyter-server
179179
# nbclassic
@@ -218,7 +218,7 @@ pexpect==4.8.0
218218
# via ipython
219219
pickleshare==0.7.5
220220
# via ipython
221-
platformdirs==3.5.0
221+
platformdirs==3.5.1
222222
# via jupyter-core
223223
prometheus-client==0.16.0
224224
# via
@@ -264,7 +264,7 @@ pyzmq==25.0.2
264264
# jupyter-server
265265
# nbclassic
266266
# notebook
267-
requests==2.29.0
267+
requests==2.30.0
268268
# via
269269
# jupyterhub
270270
# jupyterlab-server
@@ -276,8 +276,10 @@ rfc3986-validator==0.1.1
276276
# via
277277
# jsonschema
278278
# jupyter-events
279-
ruamel-yaml==0.17.21
279+
ruamel-yaml==0.17.26
280280
# via jupyter-telemetry
281+
ruamel-yaml-clib==0.2.7
282+
# via ruamel-yaml
281283
send2trash==1.8.2
282284
# via
283285
# jupyter-server
@@ -293,7 +295,7 @@ sniffio==1.3.0
293295
# via anyio
294296
soupsieve==2.4.1
295297
# via beautifulsoup4
296-
sqlalchemy==2.0.11
298+
sqlalchemy==2.0.13
297299
# via
298300
# alembic
299301
# jupyterhub
@@ -341,7 +343,7 @@ typing-extensions==4.5.0
341343
# sqlalchemy
342344
uri-template==1.2.0
343345
# via jsonschema
344-
urllib3==1.26.15
346+
urllib3==2.0.2
345347
# via requests
346348
wcwidth==0.2.6
347349
# via prompt-toolkit

0 commit comments

Comments
 (0)