File tree 5 files changed +17
-17
lines changed 5 files changed +17
-17
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==5.2.0
10
+ jupyterhub==5.2.1
11
11
12
12
## Authenticators
13
13
jupyterhub-firstuseauthenticator>=1
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ cffi==1.17.1
37
37
# via cryptography
38
38
charset-normalizer == 3.4.0
39
39
# via requests
40
- cryptography == 43.0.1
40
+ cryptography == 43.0.3
41
41
# via
42
42
# certipy
43
43
# pyjwt
@@ -79,7 +79,7 @@ jsonschema-specifications==2024.10.1
79
79
# via jsonschema
80
80
jupyter-events == 0.10.0
81
81
# via jupyterhub
82
- jupyterhub == 5.2.0
82
+ jupyterhub == 5.2.1
83
83
# via
84
84
# -r requirements.in
85
85
# jupyterhub-firstuseauthenticator
@@ -110,7 +110,7 @@ ldap3==2.9.1
110
110
# via jupyterhub-ldapauthenticator
111
111
mako == 1.3.5
112
112
# via alembic
113
- markupsafe == 3.0.1
113
+ markupsafe == 3.0.2
114
114
# via
115
115
# jinja2
116
116
# mako
@@ -140,7 +140,7 @@ prometheus-client==0.21.0
140
140
# via jupyterhub
141
141
propcache == 0.2.0
142
142
# via yarl
143
- psycopg2 == 2.9.9
143
+ psycopg2 == 2.9.10
144
144
# via -r requirements.in
145
145
pyasn1 == 0.6.1
146
146
# via
@@ -210,15 +210,15 @@ rsa==4.9
210
210
# via google-auth
211
211
ruamel-yaml == 0.18.6
212
212
# via oauthenticator
213
- ruamel-yaml-clib == 0.2.8
213
+ ruamel-yaml-clib == 0.2.12
214
214
# via ruamel-yaml
215
215
six == 1.16.0
216
216
# via
217
217
# kubernetes-asyncio
218
218
# onetimepass
219
219
# python-dateutil
220
220
# rfc3339-validator
221
- sqlalchemy == 2.0.35
221
+ sqlalchemy == 2.0.36
222
222
# via
223
223
# alembic
224
224
# jupyterhub
@@ -259,5 +259,5 @@ urllib3==2.2.3
259
259
# requests
260
260
webcolors == 24.8.0
261
261
# via jsonschema
262
- yarl == 1.14.0
262
+ yarl == 1.15.5
263
263
# via aiohttp
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==5.2.0
10
+ jupyterhub==5.2.1
11
11
12
12
# UI
13
13
jupyterlab
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ alembic==1.13.3
8
8
# via jupyterhub
9
9
annotated-types == 0.7.0
10
10
# via pydantic
11
- anyio == 4.6.0
11
+ anyio == 4.6.2.post1
12
12
# via
13
13
# httpx
14
14
# jupyter-server
@@ -47,7 +47,7 @@ charset-normalizer==3.4.0
47
47
# via requests
48
48
comm == 0.2.2
49
49
# via ipykernel
50
- cryptography == 43.0.1
50
+ cryptography == 43.0.3
51
51
# via certipy
52
52
debugpy == 1.8.7
53
53
# via ipykernel
@@ -135,7 +135,7 @@ jupyter-server==2.14.2
135
135
# notebook-shim
136
136
jupyter-server-terminals == 0.5.3
137
137
# via jupyter-server
138
- jupyterhub == 5.2.0
138
+ jupyterhub == 5.2.1
139
139
# via -r requirements.in
140
140
jupyterlab == 4.2.5
141
141
# via -r requirements.in
@@ -145,7 +145,7 @@ jupyterlab-server==2.27.3
145
145
# via jupyterlab
146
146
mako == 1.3.5
147
147
# via alembic
148
- markupsafe == 3.0.1
148
+ markupsafe == 3.0.2
149
149
# via
150
150
# jinja2
151
151
# mako
@@ -205,7 +205,7 @@ prometheus-client==0.21.0
205
205
# jupyterhub
206
206
prompt-toolkit == 3.0.48
207
207
# via ipython
208
- psutil == 6.0 .0
208
+ psutil == 6.1 .0
209
209
# via ipykernel
210
210
ptyprocess == 0.7.0
211
211
# via
@@ -272,7 +272,7 @@ sniffio==1.3.1
272
272
# httpx
273
273
soupsieve == 2.6
274
274
# via beautifulsoup4
275
- sqlalchemy == 2.0.35
275
+ sqlalchemy == 2.0.36
276
276
# via
277
277
# alembic
278
278
# jupyterhub
@@ -332,5 +332,5 @@ websocket-client==1.8.0
332
332
# via jupyter-server
333
333
334
334
# The following packages are considered to be unsafe in a requirements file:
335
- setuptools == 75.1 .0
335
+ setuptools == 75.2 .0
336
336
# via jupyterlab
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 : " 5.2.0 "
5
+ appVersion : " 5.2.1 "
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