Skip to content

Commit c5f66ec

Browse files
authored
Merge pull request #3405 from jupyterhub/update-jupyterhub
Update jupyterhub from 4.1.5 to 5.0.0b1
2 parents fd753f7 + 0a16e5a commit c5f66ec

File tree

5 files changed

+27
-9
lines changed

5 files changed

+27
-9
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==4.1.5
10+
jupyterhub==5.0.0b1
1111

1212
## Authenticators
1313
jupyterhub-firstuseauthenticator>=1

images/hub/requirements.txt

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ aiosignal==1.3.1
1010
# via aiohttp
1111
alembic==1.13.1
1212
# via jupyterhub
13+
annotated-types==0.6.0
14+
# via pydantic
1315
async-generator==1.10
1416
# via jupyterhub
1517
attrs==23.2.0
@@ -47,6 +49,7 @@ greenlet==3.0.3
4749
# via sqlalchemy
4850
idna==3.7
4951
# via
52+
# jupyterhub
5053
# requests
5154
# yarl
5255
jinja2==3.1.3
@@ -61,7 +64,7 @@ jsonschema-specifications==2023.12.1
6164
# via jsonschema
6265
jupyter-telemetry==0.1.0
6366
# via jupyterhub
64-
jupyterhub==4.1.5
67+
jupyterhub==5.0.0b1
6568
# via
6669
# -r requirements.in
6770
# jupyterhub-firstuseauthenticator
@@ -131,6 +134,10 @@ pycparser==2.22
131134
# via cffi
132135
pycurl==7.45.3
133136
# via -r requirements.in
137+
pydantic==2.7.0
138+
# via jupyterhub
139+
pydantic-core==2.18.1
140+
# via pydantic
134141
pyjwt[crypto]==2.8.0
135142
# via
136143
# -r requirements.in
@@ -198,7 +205,7 @@ tornado==6.4
198205
# jupyterhub-idle-culler
199206
# jupyterhub-ldapauthenticator
200207
# oauthenticator
201-
traitlets==5.14.2
208+
traitlets==5.14.3
202209
# via
203210
# jupyter-telemetry
204211
# jupyterhub
@@ -209,6 +216,8 @@ traitlets==5.14.2
209216
typing-extensions==4.11.0
210217
# via
211218
# alembic
219+
# pydantic
220+
# pydantic-core
212221
# sqlalchemy
213222
urllib3==2.2.1
214223
# via

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==4.1.5
10+
jupyterhub==5.0.0b1
1111

1212
# UI
1313
jupyterlab

images/singleuser-sample/requirements.txt

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
#
77
alembic==1.13.1
88
# via jupyterhub
9+
annotated-types==0.6.0
10+
# via pydantic
911
anyio==4.3.0
1012
# via
1113
# httpx
@@ -76,6 +78,7 @@ idna==3.7
7678
# anyio
7779
# httpx
7880
# jsonschema
81+
# jupyterhub
7982
# requests
8083
ipykernel==6.29.4
8184
# via
@@ -141,13 +144,13 @@ jupyter-server-terminals==0.5.3
141144
# via jupyter-server
142145
jupyter-telemetry==0.1.0
143146
# via jupyterhub
144-
jupyterhub==4.1.5
147+
jupyterhub==5.0.0b1
145148
# via -r requirements.in
146149
jupyterlab==4.1.6
147150
# via -r requirements.in
148151
jupyterlab-pygments==0.3.0
149152
# via nbconvert
150-
jupyterlab-server==2.26.0
153+
jupyterlab-server==2.27.0
151154
# via jupyterlab
152155
mako==1.3.3
153156
# via alembic
@@ -225,6 +228,10 @@ pure-eval==0.2.2
225228
# via stack-data
226229
pycparser==2.22
227230
# via cffi
231+
pydantic==2.7.0
232+
# via jupyterhub
233+
pydantic-core==2.18.1
234+
# via pydantic
228235
pygments==2.17.2
229236
# via
230237
# ipython
@@ -242,7 +249,7 @@ python-json-logger==2.0.7
242249
# jupyter-telemetry
243250
pyyaml==6.0.1
244251
# via jupyter-events
245-
pyzmq==26.0.0
252+
pyzmq==26.0.2
246253
# via
247254
# ipykernel
248255
# jupyter-client
@@ -312,7 +319,7 @@ tornado==6.4
312319
# nbclassic
313320
# nbgitpuller
314321
# terminado
315-
traitlets==5.14.2
322+
traitlets==5.14.3
316323
# via
317324
# comm
318325
# ipykernel
@@ -335,6 +342,8 @@ typing-extensions==4.11.0
335342
# via
336343
# alembic
337344
# ipython
345+
# pydantic
346+
# pydantic-core
338347
# sqlalchemy
339348
uri-template==1.3.0
340349
# via jsonschema

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

0 commit comments

Comments
 (0)