Skip to content

Commit 2ce2bee

Browse files
Update jupyterhub from 5.0.0 to 5.1.0
1 parent 9dc893f commit 2ce2bee

File tree

5 files changed

+20
-18
lines changed

5 files changed

+20
-18
lines changed

images/hub/requirements.in

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.0.0
10+
jupyterhub==5.1.0
1111

1212
## Authenticators
1313
jupyterhub-firstuseauthenticator>=1

images/hub/requirements.txt

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +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-
aiohttp==3.9.5
7+
aiohappyeyeballs==2.3.2
8+
# via aiohttp
9+
aiohttp==3.10.0
810
# via kubernetes-asyncio
911
aiosignal==1.3.1
1012
# via aiohttp
@@ -19,7 +21,7 @@ attrs==23.2.0
1921
# aiohttp
2022
# jsonschema
2123
# referencing
22-
bcrypt==4.1.3
24+
bcrypt==4.2.0
2325
# via
2426
# jupyterhub-firstuseauthenticator
2527
# jupyterhub-nativeauthenticator
@@ -33,7 +35,7 @@ cffi==1.16.0
3335
# via cryptography
3436
charset-normalizer==3.3.2
3537
# via requests
36-
cryptography==42.0.8
38+
cryptography==43.0.0
3739
# via
3840
# pyjwt
3941
# pyopenssl
@@ -71,7 +73,7 @@ jsonschema-specifications==2023.12.1
7173
# via jsonschema
7274
jupyter-events==0.10.0
7375
# via jupyterhub
74-
jupyterhub==5.0.0
76+
jupyterhub==5.1.0
7577
# via
7678
# -r requirements.in
7779
# jupyterhub-firstuseauthenticator
@@ -153,7 +155,7 @@ pyjwt==2.8.0
153155
# oauthenticator
154156
pymysql==1.1.1
155157
# via -r requirements.in
156-
pyopenssl==24.1.0
158+
pyopenssl==24.2.1
157159
# via certipy
158160
python-dateutil==2.9.0.post0
159161
# via
@@ -191,7 +193,7 @@ rfc3986-validator==0.1.1
191193
# via
192194
# jsonschema
193195
# jupyter-events
194-
rpds-py==0.19.0
196+
rpds-py==0.19.1
195197
# via
196198
# jsonschema
197199
# referencing

images/singleuser-sample/requirements.in

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.0.0
10+
jupyterhub==5.1.0
1111

1212
# UI
1313
jupyterlab

images/singleuser-sample/requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ charset-normalizer==3.3.2
4747
# via requests
4848
comm==0.2.2
4949
# via ipykernel
50-
cryptography==42.0.8
50+
cryptography==43.0.0
5151
# via pyopenssl
5252
debugpy==1.8.2
5353
# via ipykernel
@@ -126,7 +126,7 @@ jupyter-events==0.10.0
126126
# jupyterhub
127127
jupyter-lsp==2.2.5
128128
# via jupyterlab
129-
jupyter-server==2.14.1
129+
jupyter-server==2.14.2
130130
# via
131131
# jupyter-lsp
132132
# jupyterlab
@@ -135,13 +135,13 @@ jupyter-server==2.14.1
135135
# notebook-shim
136136
jupyter-server-terminals==0.5.3
137137
# via jupyter-server
138-
jupyterhub==5.0.0
138+
jupyterhub==5.1.0
139139
# via -r requirements.in
140-
jupyterlab==4.2.3
140+
jupyterlab==4.2.4
141141
# via -r requirements.in
142142
jupyterlab-pygments==0.3.0
143143
# via nbconvert
144-
jupyterlab-server==2.27.2
144+
jupyterlab-server==2.27.3
145145
# via jupyterlab
146146
mako==1.3.5
147147
# via alembic
@@ -211,7 +211,7 @@ ptyprocess==0.7.0
211211
# via
212212
# pexpect
213213
# terminado
214-
pure-eval==0.2.2
214+
pure-eval==0.2.3
215215
# via stack-data
216216
pycparser==2.22
217217
# via cffi
@@ -223,7 +223,7 @@ pygments==2.18.0
223223
# via
224224
# ipython
225225
# nbconvert
226-
pyopenssl==24.1.0
226+
pyopenssl==24.2.1
227227
# via certipy
228228
python-dateutil==2.9.0.post0
229229
# via
@@ -256,7 +256,7 @@ rfc3986-validator==0.1.1
256256
# via
257257
# jsonschema
258258
# jupyter-events
259-
rpds-py==0.19.0
259+
rpds-py==0.19.1
260260
# via
261261
# jsonschema
262262
# referencing
@@ -335,5 +335,5 @@ websocket-client==1.8.0
335335
# via jupyter-server
336336

337337
# The following packages are considered to be unsafe in a requirements file:
338-
setuptools==70.3.0
338+
setuptools==72.1.0
339339
# via 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.0.0"
5+
appVersion: "5.1.0"
66
description: Multi-user Jupyter installation
77
keywords: [jupyter, jupyterhub, z2jh]
88
home: https://z2jh.jupyter.org

0 commit comments

Comments
 (0)