File tree Expand file tree Collapse file tree 5 files changed +27
-9
lines changed Expand file tree Collapse file tree 5 files changed +27
-9
lines changed Original file line number Diff line number Diff line change 7
7
8
8
# JupyterHub itself, update this version pinning by running the workflow
9
9
# mentioned above.
10
- jupyterhub==4.1.5
10
+ jupyterhub==5.0.0b1
11
11
12
12
## Authenticators
13
13
jupyterhub-firstuseauthenticator>=1
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ aiosignal==1.3.1
10
10
# via aiohttp
11
11
alembic == 1.13.1
12
12
# via jupyterhub
13
+ annotated-types == 0.6.0
14
+ # via pydantic
13
15
async-generator == 1.10
14
16
# via jupyterhub
15
17
attrs == 23.2.0
@@ -47,6 +49,7 @@ greenlet==3.0.3
47
49
# via sqlalchemy
48
50
idna == 3.7
49
51
# via
52
+ # jupyterhub
50
53
# requests
51
54
# yarl
52
55
jinja2 == 3.1.3
@@ -61,7 +64,7 @@ jsonschema-specifications==2023.12.1
61
64
# via jsonschema
62
65
jupyter-telemetry == 0.1.0
63
66
# via jupyterhub
64
- jupyterhub == 4.1.5
67
+ jupyterhub == 5.0.0b1
65
68
# via
66
69
# -r requirements.in
67
70
# jupyterhub-firstuseauthenticator
@@ -131,6 +134,10 @@ pycparser==2.22
131
134
# via cffi
132
135
pycurl == 7.45.3
133
136
# via -r requirements.in
137
+ pydantic == 2.7.0
138
+ # via jupyterhub
139
+ pydantic-core == 2.18.1
140
+ # via pydantic
134
141
pyjwt [crypto ]== 2.8.0
135
142
# via
136
143
# -r requirements.in
@@ -198,7 +205,7 @@ tornado==6.4
198
205
# jupyterhub-idle-culler
199
206
# jupyterhub-ldapauthenticator
200
207
# oauthenticator
201
- traitlets == 5.14.2
208
+ traitlets == 5.14.3
202
209
# via
203
210
# jupyter-telemetry
204
211
# jupyterhub
@@ -209,6 +216,8 @@ traitlets==5.14.2
209
216
typing-extensions == 4.11.0
210
217
# via
211
218
# alembic
219
+ # pydantic
220
+ # pydantic-core
212
221
# sqlalchemy
213
222
urllib3 == 2.2.1
214
223
# via
Original file line number Diff line number Diff line change 7
7
8
8
# JupyterHub itself, update this version pinning by running the workflow
9
9
# mentioned above.
10
- jupyterhub==4.1.5
10
+ jupyterhub==5.0.0b1
11
11
12
12
# UI
13
13
jupyterlab
Original file line number Diff line number Diff line change 6
6
#
7
7
alembic == 1.13.1
8
8
# via jupyterhub
9
+ annotated-types == 0.6.0
10
+ # via pydantic
9
11
anyio == 4.3.0
10
12
# via
11
13
# httpx
@@ -76,6 +78,7 @@ idna==3.7
76
78
# anyio
77
79
# httpx
78
80
# jsonschema
81
+ # jupyterhub
79
82
# requests
80
83
ipykernel == 6.29.4
81
84
# via
@@ -141,13 +144,13 @@ jupyter-server-terminals==0.5.3
141
144
# via jupyter-server
142
145
jupyter-telemetry == 0.1.0
143
146
# via jupyterhub
144
- jupyterhub == 4.1.5
147
+ jupyterhub == 5.0.0b1
145
148
# via -r requirements.in
146
149
jupyterlab == 4.1.6
147
150
# via -r requirements.in
148
151
jupyterlab-pygments == 0.3.0
149
152
# via nbconvert
150
- jupyterlab-server == 2.26 .0
153
+ jupyterlab-server == 2.27 .0
151
154
# via jupyterlab
152
155
mako == 1.3.3
153
156
# via alembic
@@ -225,6 +228,10 @@ pure-eval==0.2.2
225
228
# via stack-data
226
229
pycparser == 2.22
227
230
# via cffi
231
+ pydantic == 2.7.0
232
+ # via jupyterhub
233
+ pydantic-core == 2.18.1
234
+ # via pydantic
228
235
pygments == 2.17.2
229
236
# via
230
237
# ipython
@@ -242,7 +249,7 @@ python-json-logger==2.0.7
242
249
# jupyter-telemetry
243
250
pyyaml == 6.0.1
244
251
# via jupyter-events
245
- pyzmq == 26.0.0
252
+ pyzmq == 26.0.2
246
253
# via
247
254
# ipykernel
248
255
# jupyter-client
@@ -312,7 +319,7 @@ tornado==6.4
312
319
# nbclassic
313
320
# nbgitpuller
314
321
# terminado
315
- traitlets == 5.14.2
322
+ traitlets == 5.14.3
316
323
# via
317
324
# comm
318
325
# ipykernel
@@ -335,6 +342,8 @@ typing-extensions==4.11.0
335
342
# via
336
343
# alembic
337
344
# ipython
345
+ # pydantic
346
+ # pydantic-core
338
347
# sqlalchemy
339
348
uri-template == 1.3.0
340
349
# via jsonschema
Original file line number Diff line number Diff line change 2
2
apiVersion : v2
3
3
name : jupyterhub
4
4
version : 0.0.1-set.by.chartpress
5
- appVersion : " 4.1.5 "
5
+ appVersion : " 5.0.0b1 "
6
6
description : Multi-user Jupyter installation
7
7
keywords : [jupyter, jupyterhub, z2jh]
8
8
home : https://z2jh.jupyter.org
You can’t perform that action at this time.
0 commit comments