File tree Expand file tree Collapse file tree 5 files changed +19
-22
lines changed Expand file tree Collapse file tree 5 files changed +19
-22
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==3.0.0b1
10
+ jupyterhub==3.0.0
11
11
12
12
## Authenticators
13
13
jupyterhub-firstuseauthenticator>=1
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ charset-normalizer==2.1.1
34
34
# via
35
35
# aiohttp
36
36
# requests
37
- cryptography == 37 .0.4
37
+ cryptography == 38 .0.1
38
38
# via pyopenssl
39
39
escapism == 1.0.1
40
40
# via
@@ -56,13 +56,13 @@ jinja2==3.1.2
56
56
# via
57
57
# jupyterhub
58
58
# jupyterhub-kubespawner
59
- jsonschema == 4.14 .0
59
+ jsonschema == 4.15 .0
60
60
# via
61
61
# jupyter-telemetry
62
62
# oauthenticator
63
63
jupyter-telemetry == 0.1.0
64
64
# via jupyterhub
65
- jupyterhub == 3.0.0b1
65
+ jupyterhub == 3.0.0
66
66
# via
67
67
# -r requirements.in
68
68
# jupyterhub-firstuseauthenticator
@@ -106,7 +106,7 @@ mwoauth==0.3.8
106
106
# via -r requirements.in
107
107
nullauthenticator == 1.0.0
108
108
# via -r requirements.in
109
- oauthenticator == 15.0.1
109
+ oauthenticator == 15.1.0
110
110
# via -r requirements.in
111
111
oauthlib == 3.2.0
112
112
# via
@@ -124,7 +124,7 @@ prometheus-client==0.14.1
124
124
# via jupyterhub
125
125
psycopg2-binary == 2.9.3
126
126
# via -r requirements.in
127
- py-spy == 0.3.12
127
+ py-spy == 0.3.14
128
128
# via -r requirements.in
129
129
pyasn1 == 0.4.8
130
130
# via ldap3
@@ -177,7 +177,7 @@ six==1.16.0
177
177
# mwoauth
178
178
# onetimepass
179
179
# python-dateutil
180
- sqlalchemy == 1.4.40
180
+ sqlalchemy == 1.4.41
181
181
# via
182
182
# alembic
183
183
# jupyterhub
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==3.0.0b1
10
+ jupyterhub==3.0.0
11
11
12
12
# UI
13
13
jupyterlab
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ cffi==1.15.1
39
39
# cryptography
40
40
charset-normalizer == 2.1.1
41
41
# via requests
42
- cryptography == 37 .0.4
42
+ cryptography == 38 .0.1
43
43
# via pyopenssl
44
44
debugpy == 1.6.3
45
45
# via ipykernel
@@ -68,7 +68,7 @@ ipykernel==6.15.2
68
68
# via
69
69
# nbclassic
70
70
# notebook
71
- ipython == 8.4 .0
71
+ ipython == 8.5 .0
72
72
# via
73
73
# ipykernel
74
74
# jupyterlab
@@ -89,7 +89,7 @@ jinja2==3.1.2
89
89
# notebook
90
90
json5 == 0.9.10
91
91
# via jupyterlab-server
92
- jsonschema == 4.14 .0
92
+ jsonschema == 4.15 .0
93
93
# via
94
94
# jupyter-telemetry
95
95
# jupyterlab-server
@@ -120,9 +120,9 @@ jupyter-server==1.18.1
120
120
# retrolab
121
121
jupyter-telemetry == 0.1.0
122
122
# via jupyterhub
123
- jupyterhub == 3.0.0b1
123
+ jupyterhub == 3.0.0
124
124
# via -r requirements.in
125
- jupyterlab == 3.4.5
125
+ jupyterlab == 3.4.6
126
126
# via
127
127
# -r requirements.in
128
128
# retrolab
@@ -207,9 +207,9 @@ prometheus-client==0.14.1
207
207
# jupyterhub
208
208
# nbclassic
209
209
# notebook
210
- prompt-toolkit == 3.0.30
210
+ prompt-toolkit == 3.0.31
211
211
# via ipython
212
- psutil == 5.9.1
212
+ psutil == 5.9.2
213
213
# via ipykernel
214
214
ptyprocess == 0.7.0
215
215
# via
@@ -264,11 +264,11 @@ six==1.16.0
264
264
# asttokens
265
265
# bleach
266
266
# python-dateutil
267
- sniffio == 1.2 .0
267
+ sniffio == 1.3 .0
268
268
# via anyio
269
269
soupsieve == 2.3.2.post1
270
270
# via beautifulsoup4
271
- sqlalchemy == 1.4.40
271
+ sqlalchemy == 1.4.41
272
272
# via
273
273
# alembic
274
274
# jupyterhub
@@ -316,10 +316,7 @@ webencodings==0.5.1
316
316
# via
317
317
# bleach
318
318
# tinycss2
319
- websocket-client == 1.4.0
319
+ websocket-client == 1.4.1
320
320
# via jupyter-server
321
321
zipp == 3.8.1
322
322
# via importlib-metadata
323
-
324
- # The following packages are considered to be unsafe in a requirements file:
325
- # setuptools
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 : " 3.0.0b1 "
5
+ appVersion : " 3.0.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