Skip to content

Commit 0007a80

Browse files
authored
Merge pull request #3129 from jupyterhub/update-image-requirements
Update kubespawner 5.0.0 to 6.0.0, tmpauthenticator 0.6 to 1.0.0, nativeauthenticator 1.2.0 to 1.2.1, ltiauthenticator 1.5.0 to 1.5.1
2 parents 5c8e6f5 + f9af31a commit 0007a80

File tree

2 files changed

+42
-56
lines changed

2 files changed

+42
-56
lines changed

images/hub/requirements.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ aiohttp==3.8.4
88
# via kubernetes-asyncio
99
aiosignal==1.3.1
1010
# via aiohttp
11-
alembic==1.10.4
11+
alembic==1.11.1
1212
# via jupyterhub
1313
async-generator==1.10
1414
# via jupyterhub
@@ -34,7 +34,7 @@ charset-normalizer==3.1.0
3434
# via
3535
# aiohttp
3636
# requests
37-
cryptography==40.0.2
37+
cryptography==41.0.0
3838
# via
3939
# pyjwt
4040
# pyopenssl
@@ -78,15 +78,15 @@ jupyterhub-hmacauthenticator==1.0
7878
# via -r requirements.in
7979
jupyterhub-idle-culler==1.2.1
8080
# via -r requirements.in
81-
jupyterhub-kubespawner==5.0.0
81+
jupyterhub-kubespawner==6.0.0
8282
# via -r requirements.in
8383
jupyterhub-ldapauthenticator==1.3.2
8484
# via -r requirements.in
85-
jupyterhub-ltiauthenticator==1.5.0
85+
jupyterhub-ltiauthenticator==1.5.1
8686
# via -r requirements.in
87-
jupyterhub-nativeauthenticator==1.1.0
87+
jupyterhub-nativeauthenticator==1.2.0
8888
# via -r requirements.in
89-
jupyterhub-tmpauthenticator==0.6
89+
jupyterhub-tmpauthenticator==1.0.0
9090
# via -r requirements.in
9191
kubernetes-asyncio==24.2.3
9292
# via jupyterhub-kubespawner
@@ -122,7 +122,7 @@ packaging==23.1
122122
# via jupyterhub
123123
pamela==1.0.0
124124
# via jupyterhub
125-
prometheus-client==0.16.0
125+
prometheus-client==0.17.0
126126
# via jupyterhub
127127
psycopg2==2.9.6
128128
# via -r requirements.in
@@ -139,7 +139,7 @@ pyjwt[crypto]==2.7.0
139139
# mwoauth
140140
pymysql==1.0.3
141141
# via -r requirements.in
142-
pyopenssl==23.1.1
142+
pyopenssl==23.2.0
143143
# via certipy
144144
pyrsistent==0.19.3
145145
# via jsonschema
@@ -164,7 +164,7 @@ requests==2.31.0
164164
# requests-oauthlib
165165
requests-oauthlib==1.3.1
166166
# via mwoauth
167-
ruamel-yaml==0.17.26
167+
ruamel-yaml==0.17.31
168168
# via
169169
# jupyter-telemetry
170170
# oauthenticator
@@ -176,7 +176,7 @@ six==1.16.0
176176
# mwoauth
177177
# onetimepass
178178
# python-dateutil
179-
sqlalchemy==2.0.13
179+
sqlalchemy==2.0.15
180180
# via
181181
# alembic
182182
# jupyterhub
@@ -198,7 +198,7 @@ traitlets==5.9.0
198198
# jupyterhub
199199
# jupyterhub-kubespawner
200200
# jupyterhub-ldapauthenticator
201-
typing-extensions==4.5.0
201+
typing-extensions==4.6.2
202202
# via
203203
# alembic
204204
# sqlalchemy

images/singleuser-sample/requirements.txt

Lines changed: 31 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,9 @@
44
#
55
# Use the "Run workflow" button at https://github.com/jupyterhub/zero-to-jupyterhub-k8s/actions/workflows/watch-dependencies.yaml
66
#
7-
aiofiles==22.1.0
8-
# via ypy-websocket
9-
aiosqlite==0.19.0
10-
# via ypy-websocket
11-
alembic==1.10.4
7+
alembic==1.11.1
128
# via jupyterhub
13-
anyio==3.6.2
9+
anyio==3.7.0
1410
# via jupyter-server
1511
argon2-cffi==21.3.0
1612
# via
@@ -25,6 +21,8 @@ asttokens==2.2.1
2521
# via stack-data
2622
async-generator==1.10
2723
# via jupyterhub
24+
async-lru==2.0.2
25+
# via jupyterlab
2826
attrs==23.1.0
2927
# via jsonschema
3028
babel==2.12.1
@@ -47,7 +45,7 @@ charset-normalizer==3.1.0
4745
# via requests
4846
comm==0.1.3
4947
# via ipykernel
50-
cryptography==40.0.2
48+
cryptography==41.0.0
5149
# via pyopenssl
5250
debugpy==1.6.7
5351
# via ipykernel
@@ -57,7 +55,7 @@ defusedxml==0.7.1
5755
# via nbconvert
5856
executing==1.2.0
5957
# via stack-data
60-
fastjsonschema==2.16.3
58+
fastjsonschema==2.17.1
6159
# via nbformat
6260
fqdn==1.5.1
6361
# via jsonschema
@@ -68,14 +66,13 @@ idna==3.4
6866
# anyio
6967
# jsonschema
7068
# requests
71-
ipykernel==6.23.0
69+
ipykernel==6.23.1
7270
# via
71+
# jupyterlab
7372
# nbclassic
7473
# notebook
7574
ipython==8.13.2
76-
# via
77-
# ipykernel
78-
# jupyterlab
75+
# via ipykernel
7976
ipython-genutils==0.2.0
8077
# via
8178
# nbclassic
@@ -93,7 +90,7 @@ jinja2==3.1.2
9390
# nbclassic
9491
# nbconvert
9592
# notebook
96-
json5==0.9.11
93+
json5==0.9.14
9794
# via jupyterlab-server
9895
jsonpointer==2.3
9996
# via jsonschema
@@ -122,32 +119,24 @@ jupyter-core==5.3.0
122119
# nbformat
123120
# notebook
124121
jupyter-events==0.6.3
122+
# via jupyter-server
123+
jupyter-lsp==2.2.0
124+
# via jupyterlab
125+
jupyter-server==2.6.0
125126
# via
126-
# jupyter-server
127-
# jupyter-server-fileid
128-
jupyter-server==2.5.0
129-
# via
130-
# jupyter-server-fileid
127+
# jupyter-lsp
131128
# jupyterlab
132129
# jupyterlab-server
133130
# nbclassic
134131
# nbgitpuller
135132
# notebook-shim
136-
jupyter-server-fileid==0.9.0
137-
# via jupyter-server-ydoc
138133
jupyter-server-terminals==0.4.4
139134
# via jupyter-server
140-
jupyter-server-ydoc==0.8.0
141-
# via jupyterlab
142135
jupyter-telemetry==0.1.0
143136
# via jupyterhub
144-
jupyter-ydoc==0.2.4
145-
# via
146-
# jupyter-server-ydoc
147-
# jupyterlab
148137
jupyterhub==4.0.0
149138
# via -r requirements.in
150-
jupyterlab==3.6.3
139+
jupyterlab==4.0.1
151140
# via -r requirements.in
152141
jupyterlab-pygments==0.2.2
153142
# via nbconvert
@@ -169,9 +158,8 @@ mistune==2.0.5
169158
nbclassic==1.0.0
170159
# via
171160
# -r requirements.in
172-
# jupyterlab
173161
# notebook
174-
nbclient==0.7.4
162+
nbclient==0.8.0
175163
# via nbconvert
176164
nbconvert==7.4.0
177165
# via
@@ -193,13 +181,15 @@ nest-asyncio==1.5.6
193181
# nbclassic
194182
# notebook
195183
notebook==6.5.4
184+
# via nbgitpuller
185+
notebook-shim==0.2.3
196186
# via
197187
# jupyterlab
198-
# nbgitpuller
199-
notebook-shim==0.2.3
200-
# via nbclassic
188+
# nbclassic
201189
oauthlib==3.2.2
202190
# via jupyterhub
191+
overrides==7.3.1
192+
# via jupyter-server
203193
packaging==23.1
204194
# via
205195
# ipykernel
@@ -220,7 +210,7 @@ pickleshare==0.7.5
220210
# via ipython
221211
platformdirs==3.5.1
222212
# via jupyter-core
223-
prometheus-client==0.16.0
213+
prometheus-client==0.17.0
224214
# via
225215
# jupyter-server
226216
# jupyterhub
@@ -242,7 +232,7 @@ pygments==2.15.1
242232
# via
243233
# ipython
244234
# nbconvert
245-
pyopenssl==23.1.1
235+
pyopenssl==23.2.0
246236
# via certipy
247237
pyrsistent==0.19.3
248238
# via jsonschema
@@ -257,7 +247,7 @@ python-json-logger==2.0.7
257247
# jupyter-telemetry
258248
pyyaml==6.0
259249
# via jupyter-events
260-
pyzmq==25.0.2
250+
pyzmq==25.1.0
261251
# via
262252
# ipykernel
263253
# jupyter-client
@@ -276,7 +266,7 @@ rfc3986-validator==0.1.1
276266
# via
277267
# jsonschema
278268
# jupyter-events
279-
ruamel-yaml==0.17.26
269+
ruamel-yaml==0.17.31
280270
# via jupyter-telemetry
281271
ruamel-yaml-clib==0.2.7
282272
# via ruamel-yaml
@@ -295,7 +285,7 @@ sniffio==1.3.0
295285
# via anyio
296286
soupsieve==2.4.1
297287
# via beautifulsoup4
298-
sqlalchemy==2.0.13
288+
sqlalchemy==2.0.15
299289
# via
300290
# alembic
301291
# jupyterhub
@@ -331,15 +321,17 @@ traitlets==5.9.0
331321
# jupyter-server
332322
# jupyter-telemetry
333323
# jupyterhub
324+
# jupyterlab
334325
# matplotlib-inline
335326
# nbclassic
336327
# nbclient
337328
# nbconvert
338329
# nbformat
339330
# notebook
340-
typing-extensions==4.5.0
331+
typing-extensions==4.6.2
341332
# via
342333
# alembic
334+
# async-lru
343335
# sqlalchemy
344336
uri-template==1.2.0
345337
# via jsonschema
@@ -353,11 +345,5 @@ webencodings==0.5.1
353345
# via
354346
# bleach
355347
# tinycss2
356-
websocket-client==1.5.1
348+
websocket-client==1.5.2
357349
# via jupyter-server
358-
y-py==0.5.9
359-
# via
360-
# jupyter-ydoc
361-
# ypy-websocket
362-
ypy-websocket==0.8.2
363-
# via jupyter-server-ydoc

0 commit comments

Comments
 (0)