Skip to content

Commit 092ef73

Browse files
Update jupyterhub from 5.3.0 to 5.4.0
1 parent b161385 commit 092ef73

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

images/hub/requirements.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
aiohappyeyeballs==2.6.1
88
# via aiohttp
9-
aiohttp==3.12.15
9+
aiohttp==3.13.0
1010
# via kubernetes-asyncio
1111
aiosignal==1.4.0
1212
# via aiohttp
@@ -16,7 +16,7 @@ annotated-types==0.7.0
1616
# via pydantic
1717
arrow==1.3.0
1818
# via isoduration
19-
attrs==25.3.0
19+
attrs==25.4.0
2020
# via
2121
# aiohttp
2222
# jsonschema
@@ -27,7 +27,7 @@ bcrypt==5.0.0
2727
# jupyterhub-nativeauthenticator
2828
cachetools==6.2.0
2929
# via google-auth
30-
certifi==2025.8.3
30+
certifi==2025.10.5
3131
# via
3232
# kubernetes-asyncio
3333
# requests
@@ -47,7 +47,7 @@ escapism==1.0.1
4747
# jupyterhub-ltiauthenticator
4848
fqdn==1.5.1
4949
# via jsonschema
50-
frozenlist==1.7.0
50+
frozenlist==1.8.0
5151
# via
5252
# aiohttp
5353
# aiosignal
@@ -79,7 +79,7 @@ jsonschema-specifications==2025.9.1
7979
# via jsonschema
8080
jupyter-events==0.12.0
8181
# via jupyterhub
82-
jupyterhub==5.3.0
82+
jupyterhub==5.4.0
8383
# via
8484
# -r unfrozen/requirements.txt
8585
# jupyterhub-firstuseauthenticator
@@ -116,7 +116,7 @@ markupsafe==3.0.3
116116
# via
117117
# jinja2
118118
# mako
119-
multidict==6.6.4
119+
multidict==6.7.0
120120
# via
121121
# aiohttp
122122
# yarl
@@ -141,7 +141,7 @@ pamela==1.2.0
141141
# via jupyterhub
142142
prometheus-client==0.23.1
143143
# via jupyterhub
144-
propcache==0.3.2
144+
propcache==0.4.0
145145
# via
146146
# aiohttp
147147
# yarl
@@ -158,7 +158,7 @@ pycparser==2.23
158158
# via cffi
159159
pycurl==7.45.7
160160
# via -r unfrozen/requirements.txt
161-
pydantic==2.11.9
161+
pydantic==2.11.10
162162
# via jupyterhub
163163
pydantic-core==2.33.2
164164
# via pydantic
@@ -175,7 +175,7 @@ python-dateutil==2.9.0.post0
175175
# jupyterhub
176176
# jupyterhub-idle-culler
177177
# kubernetes-asyncio
178-
python-json-logger==3.3.0
178+
python-json-logger==4.0.0
179179
# via jupyter-events
180180
python-slugify==8.0.4
181181
# via jupyterhub-kubespawner
@@ -271,5 +271,5 @@ urllib3==2.5.0
271271
# requests
272272
webcolors==24.11.1
273273
# via jsonschema
274-
yarl==1.20.1
274+
yarl==1.22.0
275275
# via aiohttp

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.3.0
11+
jupyterhub==5.4.0
1212

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

images/singleuser-sample/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ asttokens==3.0.0
2222
# via stack-data
2323
async-lru==2.0.5
2424
# via jupyterlab
25-
attrs==25.3.0
25+
attrs==25.4.0
2626
# via
2727
# jsonschema
2828
# referencing
@@ -32,7 +32,7 @@ beautifulsoup4==4.14.2
3232
# via nbconvert
3333
bleach==6.2.0
3434
# via nbconvert
35-
certifi==2025.8.3
35+
certifi==2025.10.5
3636
# via
3737
# httpcore
3838
# httpx
@@ -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.3.0
140+
jupyterhub==5.4.0
141141
# via -r unfrozen/requirements.txt
142142
jupyterlab==4.4.9
143143
# via -r unfrozen/requirements.txt
@@ -218,7 +218,7 @@ pure-eval==0.2.3
218218
# via stack-data
219219
pycparser==2.23
220220
# via cffi
221-
pydantic==2.11.9
221+
pydantic==2.11.10
222222
# via jupyterhub
223223
pydantic-core==2.33.2
224224
# via pydantic
@@ -232,7 +232,7 @@ python-dateutil==2.9.0.post0
232232
# arrow
233233
# jupyter-client
234234
# jupyterhub
235-
python-json-logger==3.3.0
235+
python-json-logger==4.0.0
236236
# via jupyter-events
237237
pyyaml==6.0.3
238238
# via jupyter-events

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

0 commit comments

Comments
 (0)