Skip to content

Commit 648b554

Browse files
authored
Merge pull request #3425 from jupyterhub/update-jupyterhub
Update jupyterhub from 5.0.0b2 to 5.0.0
2 parents d09a9d3 + e194d05 commit 648b554

File tree

5 files changed

+21
-37
lines changed

5 files changed

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

1212
## Authenticators
1313
jupyterhub-firstuseauthenticator>=1

images/hub/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ aiosignal==1.3.1
1010
# via aiohttp
1111
alembic==1.13.1
1212
# via jupyterhub
13-
annotated-types==0.6.0
13+
annotated-types==0.7.0
1414
# via pydantic
1515
arrow==1.3.0
1616
# via isoduration
@@ -71,7 +71,7 @@ jsonschema-specifications==2023.12.1
7171
# via jsonschema
7272
jupyter-events==0.10.0
7373
# via jupyterhub
74-
jupyterhub==5.0.0b2
74+
jupyterhub==5.0.0
7575
# via
7676
# -r requirements.in
7777
# jupyterhub-firstuseauthenticator
@@ -101,7 +101,7 @@ kubernetes-asyncio==29.0.0
101101
# via jupyterhub-kubespawner
102102
ldap3==2.9.1
103103
# via jupyterhub-ldapauthenticator
104-
mako==1.3.3
104+
mako==1.3.5
105105
# via alembic
106106
markupsafe==2.1.5
107107
# via
@@ -175,7 +175,7 @@ referencing==0.35.1
175175
# jsonschema
176176
# jsonschema-specifications
177177
# jupyter-events
178-
requests==2.31.0
178+
requests==2.32.2
179179
# via
180180
# jupyterhub
181181
# mwoauth
@@ -232,7 +232,7 @@ traitlets==5.14.3
232232
# oauthenticator
233233
types-python-dateutil==2.9.0.20240316
234234
# via arrow
235-
typing-extensions==4.11.0
235+
typing-extensions==4.12.0
236236
# via
237237
# alembic
238238
# pydantic

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

1212
# UI
1313
jupyterlab

images/singleuser-sample/requirements.txt

Lines changed: 13 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,14 @@
66
#
77
alembic==1.13.1
88
# via jupyterhub
9-
annotated-types==0.6.0
9+
annotated-types==0.7.0
1010
# via pydantic
1111
anyio==4.3.0
1212
# via
1313
# httpx
1414
# jupyter-server
1515
argon2-cffi==23.1.0
16-
# via
17-
# jupyter-server
18-
# nbclassic
16+
# via jupyter-server
1917
argon2-cffi-bindings==21.2.0
2018
# via argon2-cffi
2119
arrow==1.3.0
@@ -96,7 +94,6 @@ jinja2==3.1.4
9694
# jupyterhub
9795
# jupyterlab
9896
# jupyterlab-server
99-
# nbclassic
10097
# nbconvert
10198
json5==0.9.25
10299
# via jupyterlab-server
@@ -110,19 +107,17 @@ jsonschema[format-nongpl]==4.22.0
110107
# nbformat
111108
jsonschema-specifications==2023.12.1
112109
# via jsonschema
113-
jupyter-client==8.6.1
110+
jupyter-client==8.6.2
114111
# via
115112
# ipykernel
116113
# jupyter-server
117-
# nbclassic
118114
# nbclient
119115
jupyter-core==5.7.2
120116
# via
121117
# ipykernel
122118
# jupyter-client
123119
# jupyter-server
124120
# jupyterlab
125-
# nbclassic
126121
# nbclient
127122
# nbconvert
128123
# nbformat
@@ -137,20 +132,19 @@ jupyter-server==2.14.0
137132
# jupyter-lsp
138133
# jupyterlab
139134
# jupyterlab-server
140-
# nbclassic
141135
# nbgitpuller
142136
# notebook-shim
143137
jupyter-server-terminals==0.5.3
144138
# via jupyter-server
145-
jupyterhub==5.0.0b2
139+
jupyterhub==5.0.0
146140
# via -r requirements.in
147-
jupyterlab==4.2.0
141+
jupyterlab==4.2.1
148142
# via -r requirements.in
149143
jupyterlab-pygments==0.3.0
150144
# via nbconvert
151-
jupyterlab-server==2.27.1
145+
jupyterlab-server==2.27.2
152146
# via jupyterlab
153-
mako==1.3.3
147+
mako==1.3.5
154148
# via alembic
155149
markupsafe==2.1.5
156150
# via
@@ -163,18 +157,15 @@ matplotlib-inline==0.1.7
163157
# ipython
164158
mistune==3.0.2
165159
# via nbconvert
166-
nbclassic==1.0.0
160+
nbclassic==1.1.0
167161
# via -r requirements.in
168162
nbclient==0.10.0
169163
# via nbconvert
170164
nbconvert==7.16.4
171-
# via
172-
# jupyter-server
173-
# nbclassic
165+
# via jupyter-server
174166
nbformat==5.10.4
175167
# via
176168
# jupyter-server
177-
# nbclassic
178169
# nbclient
179170
# nbconvert
180171
nbgitpuller==1.2.1
@@ -207,13 +198,12 @@ parso==0.8.4
207198
# via jedi
208199
pexpect==4.9.0
209200
# via ipython
210-
platformdirs==4.2.1
201+
platformdirs==4.2.2
211202
# via jupyter-core
212203
prometheus-client==0.20.0
213204
# via
214205
# jupyter-server
215206
# jupyterhub
216-
# nbclassic
217207
prompt-toolkit==3.0.43
218208
# via ipython
219209
psutil==5.9.8
@@ -250,13 +240,12 @@ pyzmq==26.0.3
250240
# ipykernel
251241
# jupyter-client
252242
# jupyter-server
253-
# nbclassic
254243
referencing==0.35.1
255244
# via
256245
# jsonschema
257246
# jsonschema-specifications
258247
# jupyter-events
259-
requests==2.31.0
248+
requests==2.32.2
260249
# via
261250
# jupyterhub
262251
# jupyterlab-server
@@ -273,9 +262,7 @@ rpds-py==0.18.1
273262
# jsonschema
274263
# referencing
275264
send2trash==1.8.3
276-
# via
277-
# jupyter-server
278-
# nbclassic
265+
# via jupyter-server
279266
six==1.16.0
280267
# via
281268
# asttokens
@@ -298,7 +285,6 @@ terminado==0.18.1
298285
# via
299286
# jupyter-server
300287
# jupyter-server-terminals
301-
# nbclassic
302288
tinycss2==1.3.0
303289
# via nbconvert
304290
tornado==6.4
@@ -308,7 +294,6 @@ tornado==6.4
308294
# jupyter-server
309295
# jupyterhub
310296
# jupyterlab
311-
# nbclassic
312297
# nbgitpuller
313298
# terminado
314299
traitlets==5.14.3
@@ -323,13 +308,12 @@ traitlets==5.14.3
323308
# jupyterhub
324309
# jupyterlab
325310
# matplotlib-inline
326-
# nbclassic
327311
# nbclient
328312
# nbconvert
329313
# nbformat
330314
types-python-dateutil==2.9.0.20240316
331315
# via arrow
332-
typing-extensions==4.11.0
316+
typing-extensions==4.12.0
333317
# via
334318
# alembic
335319
# ipython

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

0 commit comments

Comments
 (0)