File tree Expand file tree Collapse file tree 5 files changed +20
-18
lines changed Expand file tree Collapse file tree 5 files changed +20
-18
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.0 .0
10
+ jupyterhub==5.1 .0
11
11
12
12
## Authenticators
13
13
jupyterhub-firstuseauthenticator>=1
Original file line number Diff line number Diff line change 4
4
#
5
5
# Use the "Run workflow" button at https://github.com/jupyterhub/zero-to-jupyterhub-k8s/actions/workflows/watch-dependencies.yaml
6
6
#
7
- aiohttp == 3.9.5
7
+ aiohappyeyeballs == 2.3.2
8
+ # via aiohttp
9
+ aiohttp == 3.10.0
8
10
# via kubernetes-asyncio
9
11
aiosignal == 1.3.1
10
12
# via aiohttp
@@ -19,7 +21,7 @@ attrs==23.2.0
19
21
# aiohttp
20
22
# jsonschema
21
23
# referencing
22
- bcrypt == 4.1.3
24
+ bcrypt == 4.2.0
23
25
# via
24
26
# jupyterhub-firstuseauthenticator
25
27
# jupyterhub-nativeauthenticator
@@ -33,7 +35,7 @@ cffi==1.16.0
33
35
# via cryptography
34
36
charset-normalizer == 3.3.2
35
37
# via requests
36
- cryptography == 42 .0.8
38
+ cryptography == 43 .0.0
37
39
# via
38
40
# pyjwt
39
41
# pyopenssl
@@ -71,7 +73,7 @@ jsonschema-specifications==2023.12.1
71
73
# via jsonschema
72
74
jupyter-events == 0.10.0
73
75
# via jupyterhub
74
- jupyterhub == 5.0 .0
76
+ jupyterhub == 5.1 .0
75
77
# via
76
78
# -r requirements.in
77
79
# jupyterhub-firstuseauthenticator
@@ -153,7 +155,7 @@ pyjwt==2.8.0
153
155
# oauthenticator
154
156
pymysql == 1.1.1
155
157
# via -r requirements.in
156
- pyopenssl == 24.1.0
158
+ pyopenssl == 24.2.1
157
159
# via certipy
158
160
python-dateutil == 2.9.0.post0
159
161
# via
@@ -191,7 +193,7 @@ rfc3986-validator==0.1.1
191
193
# via
192
194
# jsonschema
193
195
# jupyter-events
194
- rpds-py == 0.19.0
196
+ rpds-py == 0.19.1
195
197
# via
196
198
# jsonschema
197
199
# referencing
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.0 .0
10
+ jupyterhub==5.1 .0
11
11
12
12
# UI
13
13
jupyterlab
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ charset-normalizer==3.3.2
47
47
# via requests
48
48
comm == 0.2.2
49
49
# via ipykernel
50
- cryptography == 42 .0.8
50
+ cryptography == 43 .0.0
51
51
# via pyopenssl
52
52
debugpy == 1.8.2
53
53
# via ipykernel
@@ -126,7 +126,7 @@ jupyter-events==0.10.0
126
126
# jupyterhub
127
127
jupyter-lsp == 2.2.5
128
128
# via jupyterlab
129
- jupyter-server == 2.14.1
129
+ jupyter-server == 2.14.2
130
130
# via
131
131
# jupyter-lsp
132
132
# jupyterlab
@@ -135,13 +135,13 @@ jupyter-server==2.14.1
135
135
# notebook-shim
136
136
jupyter-server-terminals == 0.5.3
137
137
# via jupyter-server
138
- jupyterhub == 5.0 .0
138
+ jupyterhub == 5.1 .0
139
139
# via -r requirements.in
140
- jupyterlab == 4.2.3
140
+ jupyterlab == 4.2.4
141
141
# via -r requirements.in
142
142
jupyterlab-pygments == 0.3.0
143
143
# via nbconvert
144
- jupyterlab-server == 2.27.2
144
+ jupyterlab-server == 2.27.3
145
145
# via jupyterlab
146
146
mako == 1.3.5
147
147
# via alembic
@@ -211,7 +211,7 @@ ptyprocess==0.7.0
211
211
# via
212
212
# pexpect
213
213
# terminado
214
- pure-eval == 0.2.2
214
+ pure-eval == 0.2.3
215
215
# via stack-data
216
216
pycparser == 2.22
217
217
# via cffi
@@ -223,7 +223,7 @@ pygments==2.18.0
223
223
# via
224
224
# ipython
225
225
# nbconvert
226
- pyopenssl == 24.1.0
226
+ pyopenssl == 24.2.1
227
227
# via certipy
228
228
python-dateutil == 2.9.0.post0
229
229
# via
@@ -256,7 +256,7 @@ rfc3986-validator==0.1.1
256
256
# via
257
257
# jsonschema
258
258
# jupyter-events
259
- rpds-py == 0.19.0
259
+ rpds-py == 0.19.1
260
260
# via
261
261
# jsonschema
262
262
# referencing
@@ -335,5 +335,5 @@ websocket-client==1.8.0
335
335
# via jupyter-server
336
336
337
337
# The following packages are considered to be unsafe in a requirements file:
338
- setuptools == 70.3 .0
338
+ setuptools == 72.1 .0
339
339
# 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.0 .0"
5
+ appVersion : " 5.1 .0"
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