Skip to content

Commit d574e98

Browse files
authored
Merge pull request #3416 from jupyterhub/update-jupyterhub
Update jupyterhub from 5.0.0b1 to 5.0.0b2
2 parents e7fe884 + d1a1130 commit d574e98

File tree

5 files changed

+43
-29
lines changed

5 files changed

+43
-29
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.0b1
10+
jupyterhub==5.0.0b2
1111

1212
## Authenticators
1313
jupyterhub-firstuseauthenticator>=1

images/hub/requirements.txt

Lines changed: 34 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ alembic==1.13.1
1212
# via jupyterhub
1313
annotated-types==0.6.0
1414
# via pydantic
15-
async-generator==1.10
16-
# via jupyterhub
15+
arrow==1.3.0
16+
# via isoduration
1717
attrs==23.2.0
1818
# via
1919
# aiohttp
@@ -41,6 +41,8 @@ escapism==1.0.1
4141
# via
4242
# jupyterhub-kubespawner
4343
# jupyterhub-ltiauthenticator
44+
fqdn==1.5.1
45+
# via jsonschema
4446
frozenlist==1.4.1
4547
# via
4648
# aiohttp
@@ -49,22 +51,27 @@ greenlet==3.0.3
4951
# via sqlalchemy
5052
idna==3.7
5153
# via
54+
# jsonschema
5255
# jupyterhub
5356
# requests
5457
# yarl
58+
isoduration==20.11.0
59+
# via jsonschema
5560
jinja2==3.1.4
5661
# via
5762
# jupyterhub
5863
# jupyterhub-kubespawner
59-
jsonschema==4.22.0
64+
jsonpointer==2.4
65+
# via jsonschema
66+
jsonschema[format-nongpl]==4.22.0
6067
# via
61-
# jupyter-telemetry
68+
# jupyter-events
6269
# oauthenticator
6370
jsonschema-specifications==2023.12.1
6471
# via jsonschema
65-
jupyter-telemetry==0.1.0
72+
jupyter-events==0.10.0
6673
# via jupyterhub
67-
jupyterhub==5.0.0b1
74+
jupyterhub==5.0.0b2
6875
# via
6976
# -r requirements.in
7077
# jupyterhub-firstuseauthenticator
@@ -150,21 +157,24 @@ pyopenssl==24.1.0
150157
# via certipy
151158
python-dateutil==2.9.0.post0
152159
# via
160+
# arrow
153161
# jupyterhub
154162
# jupyterhub-idle-culler
155163
# kubernetes-asyncio
156164
python-json-logger==2.0.7
157-
# via jupyter-telemetry
165+
# via jupyter-events
158166
python-slugify==8.0.4
159167
# via jupyterhub-kubespawner
160168
pyyaml==6.0.1
161169
# via
170+
# jupyter-events
162171
# jupyterhub-kubespawner
163172
# kubernetes-asyncio
164173
referencing==0.35.1
165174
# via
166175
# jsonschema
167176
# jsonschema-specifications
177+
# jupyter-events
168178
requests==2.31.0
169179
# via
170180
# jupyterhub
@@ -173,21 +183,28 @@ requests==2.31.0
173183
# requests-oauthlib
174184
requests-oauthlib==2.0.0
175185
# via mwoauth
186+
rfc3339-validator==0.1.4
187+
# via
188+
# jsonschema
189+
# jupyter-events
190+
rfc3986-validator==0.1.1
191+
# via
192+
# jsonschema
193+
# jupyter-events
176194
rpds-py==0.18.1
177195
# via
178196
# jsonschema
179197
# referencing
180198
ruamel-yaml==0.18.6
181-
# via
182-
# jupyter-telemetry
183-
# oauthenticator
199+
# via oauthenticator
184200
ruamel-yaml-clib==0.2.8
185201
# via ruamel-yaml
186202
six==1.16.0
187203
# via
188204
# kubernetes-asyncio
189205
# onetimepass
190206
# python-dateutil
207+
# rfc3339-validator
191208
sqlalchemy==2.0.30
192209
# via
193210
# alembic
@@ -207,23 +224,29 @@ tornado==6.4
207224
# oauthenticator
208225
traitlets==5.14.3
209226
# via
210-
# jupyter-telemetry
227+
# jupyter-events
211228
# jupyterhub
212229
# jupyterhub-kubespawner
213230
# jupyterhub-ldapauthenticator
214231
# jupyterhub-ltiauthenticator
215232
# oauthenticator
233+
types-python-dateutil==2.9.0.20240316
234+
# via arrow
216235
typing-extensions==4.11.0
217236
# via
218237
# alembic
219238
# pydantic
220239
# pydantic-core
221240
# sqlalchemy
241+
uri-template==1.3.0
242+
# via jsonschema
222243
urllib3==2.2.1
223244
# via
224245
# jupyterhub-kubespawner
225246
# kubernetes-asyncio
226247
# requests
248+
webcolors==1.13
249+
# via jsonschema
227250
yarl==1.9.4
228251
# via aiohttp
229252

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.0b1
10+
jupyterhub==5.0.0b2
1111

1212
# UI
1313
jupyterlab

images/singleuser-sample/requirements.txt

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ arrow==1.3.0
2222
# via isoduration
2323
asttokens==2.4.1
2424
# via stack-data
25-
async-generator==1.10
26-
# via jupyterhub
2725
async-lru==2.0.4
2826
# via jupyterlab
2927
attrs==23.2.0
@@ -106,8 +104,8 @@ jsonpointer==2.4
106104
# via jsonschema
107105
jsonschema[format-nongpl]==4.22.0
108106
# via
107+
# jsonschema
109108
# jupyter-events
110-
# jupyter-telemetry
111109
# jupyterlab-server
112110
# nbformat
113111
jsonschema-specifications==2023.12.1
@@ -129,7 +127,9 @@ jupyter-core==5.7.2
129127
# nbconvert
130128
# nbformat
131129
jupyter-events==0.10.0
132-
# via jupyter-server
130+
# via
131+
# jupyter-server
132+
# jupyterhub
133133
jupyter-lsp==2.2.5
134134
# via jupyterlab
135135
jupyter-server==2.14.0
@@ -142,9 +142,7 @@ jupyter-server==2.14.0
142142
# notebook-shim
143143
jupyter-server-terminals==0.5.3
144144
# via jupyter-server
145-
jupyter-telemetry==0.1.0
146-
# via jupyterhub
147-
jupyterhub==5.0.0b1
145+
jupyterhub==5.0.0b2
148146
# via -r requirements.in
149147
jupyterlab==4.2.0
150148
# via -r requirements.in
@@ -244,9 +242,7 @@ python-dateutil==2.9.0.post0
244242
# jupyter-client
245243
# jupyterhub
246244
python-json-logger==2.0.7
247-
# via
248-
# jupyter-events
249-
# jupyter-telemetry
245+
# via jupyter-events
250246
pyyaml==6.0.1
251247
# via jupyter-events
252248
pyzmq==26.0.3
@@ -276,10 +272,6 @@ rpds-py==0.18.1
276272
# via
277273
# jsonschema
278274
# referencing
279-
ruamel-yaml==0.18.6
280-
# via jupyter-telemetry
281-
ruamel-yaml-clib==0.2.8
282-
# via ruamel-yaml
283275
send2trash==1.8.3
284276
# via
285277
# jupyter-server
@@ -328,7 +320,6 @@ traitlets==5.14.3
328320
# jupyter-core
329321
# jupyter-events
330322
# jupyter-server
331-
# jupyter-telemetry
332323
# jupyterhub
333324
# jupyterlab
334325
# matplotlib-inline

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

0 commit comments

Comments
 (0)