Skip to content

Commit c469733

Browse files
Update jupyterhub from 5.4.1 to 5.4.2
1 parent 5dfc8a2 commit c469733

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

images/hub/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ alembic==1.17.0
1414
# via jupyterhub
1515
annotated-types==0.7.0
1616
# via pydantic
17-
arrow==1.3.0
17+
arrow==1.4.0
1818
# via isoduration
1919
attrs==25.4.0
2020
# via
@@ -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.1
82+
jupyterhub==5.4.2
8383
# via
8484
# -r unfrozen/requirements.txt
8585
# jupyterhub-firstuseauthenticator
@@ -209,13 +209,13 @@ rfc3986-validator==0.1.1
209209
# jupyter-events
210210
rfc3987-syntax==1.1.0
211211
# via jsonschema
212-
rpds-py==0.27.1
212+
rpds-py==0.28.0
213213
# via
214214
# jsonschema
215215
# referencing
216216
rsa==4.9.1
217217
# via google-auth
218-
ruamel-yaml==0.18.15
218+
ruamel-yaml==0.18.16
219219
# via oauthenticator
220220
ruamel-yaml-clib==0.2.14
221221
# via ruamel-yaml
@@ -249,8 +249,6 @@ traitlets==5.14.3
249249
# jupyterhub-ldapauthenticator
250250
# jupyterhub-ltiauthenticator
251251
# oauthenticator
252-
types-python-dateutil==2.9.0.20251008
253-
# via arrow
254252
typing-extensions==4.15.0
255253
# via
256254
# aiosignal
@@ -262,6 +260,8 @@ typing-extensions==4.15.0
262260
# typing-inspection
263261
typing-inspection==0.4.2
264262
# via pydantic
263+
tzdata==2025.2
264+
# via arrow
265265
uri-template==1.3.0
266266
# via jsonschema
267267
urllib3==2.5.0

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.1
11+
jupyterhub==5.4.2
1212

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

images/singleuser-sample/requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ argon2-cffi==25.1.0
1616
# via jupyter-server
1717
argon2-cffi-bindings==25.1.0
1818
# via argon2-cffi
19-
arrow==1.3.0
19+
arrow==1.4.0
2020
# via isoduration
2121
asttokens==3.0.0
2222
# via stack-data
@@ -137,13 +137,13 @@ jupyter-server==2.17.0
137137
# notebook-shim
138138
jupyter-server-terminals==0.5.3
139139
# via jupyter-server
140-
jupyterhub==5.4.1
140+
jupyterhub==5.4.2
141141
# via -r unfrozen/requirements.txt
142-
jupyterlab==4.4.9
142+
jupyterlab==4.4.10
143143
# via -r unfrozen/requirements.txt
144144
jupyterlab-pygments==0.3.0
145145
# via nbconvert
146-
jupyterlab-server==2.27.3
146+
jupyterlab-server==2.28.0
147147
# via jupyterlab
148148
lark==1.3.0
149149
# via rfc3987-syntax
@@ -154,7 +154,7 @@ markupsafe==3.0.3
154154
# jinja2
155155
# mako
156156
# nbconvert
157-
matplotlib-inline==0.1.7
157+
matplotlib-inline==0.2.1
158158
# via
159159
# ipykernel
160160
# ipython
@@ -208,7 +208,7 @@ prometheus-client==0.23.1
208208
# jupyterhub
209209
prompt-toolkit==3.0.52
210210
# via ipython
211-
psutil==7.1.0
211+
psutil==7.1.1
212212
# via ipykernel
213213
ptyprocess==0.7.0
214214
# via
@@ -260,7 +260,7 @@ rfc3986-validator==0.1.1
260260
# jupyter-events
261261
rfc3987-syntax==1.1.0
262262
# via jsonschema
263-
rpds-py==0.27.1
263+
rpds-py==0.28.0
264264
# via
265265
# jsonschema
266266
# referencing
@@ -309,8 +309,6 @@ traitlets==5.14.3
309309
# nbclient
310310
# nbconvert
311311
# nbformat
312-
types-python-dateutil==2.9.0.20251008
313-
# via arrow
314312
typing-extensions==4.15.0
315313
# via
316314
# alembic
@@ -323,6 +321,8 @@ typing-extensions==4.15.0
323321
# typing-inspection
324322
typing-inspection==0.4.2
325323
# via pydantic
324+
tzdata==2025.2
325+
# via arrow
326326
uri-template==1.3.0
327327
# via jsonschema
328328
urllib3==2.5.0

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.1
10+
jupyterhub==5.4.2
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.1"
5+
appVersion: "5.4.2"
66
description: Multi-user Jupyter installation
77
keywords: [jupyter, jupyterhub, z2jh]
88
home: https://z2jh.jupyter.org

0 commit comments

Comments
 (0)