Skip to content

Commit 7ed27e9

Browse files
authored
Merge pull request #3756 from jupyterhub/update-jupyterhub
Update jupyterhub from 5.4.0 to 5.4.1
2 parents 61843ad + c08b43a commit 7ed27e9

File tree

5 files changed

+31
-31
lines changed

5 files changed

+31
-31
lines changed

images/hub/requirements.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
#
77
aiohappyeyeballs==2.6.1
88
# via aiohttp
9-
aiohttp==3.13.0
9+
aiohttp==3.13.1
1010
# via kubernetes-asyncio
1111
aiosignal==1.4.0
1212
# via aiohttp
13-
alembic==1.16.5
13+
alembic==1.17.0
1414
# via jupyterhub
1515
annotated-types==0.7.0
1616
# via pydantic
@@ -25,7 +25,7 @@ bcrypt==5.0.0
2525
# via
2626
# jupyterhub-firstuseauthenticator
2727
# jupyterhub-nativeauthenticator
28-
cachetools==6.2.0
28+
cachetools==6.2.1
2929
# via google-auth
3030
certifi==2025.10.5
3131
# via
@@ -35,9 +35,9 @@ certipy==0.2.2
3535
# via jupyterhub
3636
cffi==2.0.0
3737
# via cryptography
38-
charset-normalizer==3.4.3
38+
charset-normalizer==3.4.4
3939
# via requests
40-
cryptography==46.0.2
40+
cryptography==46.0.3
4141
# via
4242
# certipy
4343
# pyjwt
@@ -57,7 +57,7 @@ google-auth-oauthlib==1.2.2
5757
# via oauthenticator
5858
greenlet==3.2.4
5959
# via sqlalchemy
60-
idna==3.10
60+
idna==3.11
6161
# via
6262
# jsonschema
6363
# jupyterhub
@@ -79,7 +79,7 @@ jsonschema-specifications==2025.9.1
7979
# via jsonschema
8080
jupyter-events==0.12.0
8181
# via jupyterhub
82-
jupyterhub==5.4.0
82+
jupyterhub==5.4.1
8383
# via
8484
# -r unfrozen/requirements.txt
8585
# jupyterhub-firstuseauthenticator
@@ -141,11 +141,11 @@ pamela==1.2.0
141141
# via jupyterhub
142142
prometheus-client==0.23.1
143143
# via jupyterhub
144-
propcache==0.4.0
144+
propcache==0.4.1
145145
# via
146146
# aiohttp
147147
# yarl
148-
psycopg2==2.9.10
148+
psycopg2==2.9.11
149149
# via -r unfrozen/requirements.txt
150150
pyasn1==0.6.1
151151
# via
@@ -158,9 +158,9 @@ pycparser==2.23
158158
# via cffi
159159
pycurl==7.45.7
160160
# via -r unfrozen/requirements.txt
161-
pydantic==2.12.0
161+
pydantic==2.12.3
162162
# via jupyterhub
163-
pydantic-core==2.41.1
163+
pydantic-core==2.41.4
164164
# via pydantic
165165
pyjwt==2.10.1
166166
# via
@@ -184,7 +184,7 @@ pyyaml==6.0.3
184184
# jupyter-events
185185
# jupyterhub-kubespawner
186186
# kubernetes-asyncio
187-
referencing==0.36.2
187+
referencing==0.37.0
188188
# via
189189
# jsonschema
190190
# jsonschema-specifications
@@ -225,7 +225,7 @@ six==1.17.0
225225
# onetimepass
226226
# python-dateutil
227227
# rfc3339-validator
228-
sqlalchemy==2.0.43
228+
sqlalchemy==2.0.44
229229
# via
230230
# alembic
231231
# jupyterhub
@@ -249,7 +249,7 @@ traitlets==5.14.3
249249
# jupyterhub-ldapauthenticator
250250
# jupyterhub-ltiauthenticator
251251
# oauthenticator
252-
types-python-dateutil==2.9.0.20250822
252+
types-python-dateutil==2.9.0.20251008
253253
# via arrow
254254
typing-extensions==4.15.0
255255
# via

images/hub/unfrozen/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99

1010
# JupyterHub itself
11-
jupyterhub==5.4.0
11+
jupyterhub==5.4.1
1212

1313
# JupyterHub Spawner, kubernetes specific
1414
jupyterhub-kubespawner==7.*

images/singleuser-sample/requirements.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Use the "Run workflow" button at https://github.com/jupyterhub/zero-to-jupyterhub-k8s/actions/workflows/watch-dependencies.yaml
66
#
7-
alembic==1.16.5
7+
alembic==1.17.0
88
# via jupyterhub
99
annotated-types==0.7.0
1010
# via pydantic
@@ -43,11 +43,11 @@ cffi==2.0.0
4343
# via
4444
# argon2-cffi-bindings
4545
# cryptography
46-
charset-normalizer==3.4.3
46+
charset-normalizer==3.4.4
4747
# via requests
4848
comm==0.2.3
4949
# via ipykernel
50-
cryptography==46.0.2
50+
cryptography==46.0.3
5151
# via certipy
5252
debugpy==1.8.17
5353
# via ipykernel
@@ -69,14 +69,14 @@ httpcore==1.0.9
6969
# via httpx
7070
httpx==0.28.1
7171
# via jupyterlab
72-
idna==3.10
72+
idna==3.11
7373
# via
7474
# anyio
7575
# httpx
7676
# jsonschema
7777
# jupyterhub
7878
# requests
79-
ipykernel==6.30.1
79+
ipykernel==7.0.1
8080
# via
8181
# jupyterlab
8282
# nbclassic
@@ -113,7 +113,7 @@ jupyter-client==8.6.3
113113
# ipykernel
114114
# jupyter-server
115115
# nbclient
116-
jupyter-core==5.8.1
116+
jupyter-core==5.9.1
117117
# via
118118
# ipykernel
119119
# jupyter-client
@@ -137,7 +137,7 @@ jupyter-server==2.17.0
137137
# notebook-shim
138138
jupyter-server-terminals==0.5.3
139139
# via jupyter-server
140-
jupyterhub==5.4.0
140+
jupyterhub==5.4.1
141141
# via -r unfrozen/requirements.txt
142142
jupyterlab==4.4.9
143143
# via -r unfrozen/requirements.txt
@@ -200,7 +200,7 @@ parso==0.8.5
200200
# via jedi
201201
pexpect==4.9.0
202202
# via ipython
203-
platformdirs==4.4.0
203+
platformdirs==4.5.0
204204
# via jupyter-core
205205
prometheus-client==0.23.1
206206
# via
@@ -218,9 +218,9 @@ pure-eval==0.2.3
218218
# via stack-data
219219
pycparser==2.23
220220
# via cffi
221-
pydantic==2.12.0
221+
pydantic==2.12.3
222222
# via jupyterhub
223-
pydantic-core==2.41.1
223+
pydantic-core==2.41.4
224224
# via pydantic
225225
pygments==2.19.2
226226
# via
@@ -241,7 +241,7 @@ pyzmq==27.1.0
241241
# ipykernel
242242
# jupyter-client
243243
# jupyter-server
244-
referencing==0.36.2
244+
referencing==0.37.0
245245
# via
246246
# jsonschema
247247
# jsonschema-specifications
@@ -274,7 +274,7 @@ sniffio==1.3.1
274274
# via anyio
275275
soupsieve==2.8
276276
# via beautifulsoup4
277-
sqlalchemy==2.0.43
277+
sqlalchemy==2.0.44
278278
# via
279279
# alembic
280280
# jupyterhub
@@ -309,7 +309,7 @@ traitlets==5.14.3
309309
# nbclient
310310
# nbconvert
311311
# nbformat
312-
types-python-dateutil==2.9.0.20250822
312+
types-python-dateutil==2.9.0.20251008
313313
# via arrow
314314
typing-extensions==4.15.0
315315
# via
@@ -335,7 +335,7 @@ webencodings==0.5.1
335335
# via
336336
# bleach
337337
# tinycss2
338-
websocket-client==1.8.0
338+
websocket-client==1.9.0
339339
# via jupyter-server
340340

341341
# The following packages are considered to be unsafe in a requirements file:

images/singleuser-sample/unfrozen/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# JupyterHub itself, update this version pinning by running the workflow
99
# mentioned above.
10-
jupyterhub==5.4.0
10+
jupyterhub==5.4.1
1111

1212
# UI
1313
jupyterlab

jupyterhub/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: v2
33
name: jupyterhub
44
version: 0.0.1-set.by.chartpress
5-
appVersion: "5.4.0"
5+
appVersion: "5.4.1"
66
description: Multi-user Jupyter installation
77
keywords: [jupyter, jupyterhub, z2jh]
88
home: https://z2jh.jupyter.org

0 commit comments

Comments
 (0)