Skip to content

Commit 7d8e8d6

Browse files
Update jupyterhub from 3.0.0b1 to 3.0.0
1 parent 5480b1b commit 7d8e8d6

File tree

5 files changed

+19
-22
lines changed

5 files changed

+19
-22
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==3.0.0b1
10+
jupyterhub==3.0.0
1111

1212
## Authenticators
1313
jupyterhub-firstuseauthenticator>=1

images/hub/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ charset-normalizer==2.1.1
3434
# via
3535
# aiohttp
3636
# requests
37-
cryptography==37.0.4
37+
cryptography==38.0.1
3838
# via pyopenssl
3939
escapism==1.0.1
4040
# via
@@ -56,13 +56,13 @@ jinja2==3.1.2
5656
# via
5757
# jupyterhub
5858
# jupyterhub-kubespawner
59-
jsonschema==4.14.0
59+
jsonschema==4.15.0
6060
# via
6161
# jupyter-telemetry
6262
# oauthenticator
6363
jupyter-telemetry==0.1.0
6464
# via jupyterhub
65-
jupyterhub==3.0.0b1
65+
jupyterhub==3.0.0
6666
# via
6767
# -r requirements.in
6868
# jupyterhub-firstuseauthenticator
@@ -106,7 +106,7 @@ mwoauth==0.3.8
106106
# via -r requirements.in
107107
nullauthenticator==1.0.0
108108
# via -r requirements.in
109-
oauthenticator==15.0.1
109+
oauthenticator==15.1.0
110110
# via -r requirements.in
111111
oauthlib==3.2.0
112112
# via
@@ -124,7 +124,7 @@ prometheus-client==0.14.1
124124
# via jupyterhub
125125
psycopg2-binary==2.9.3
126126
# via -r requirements.in
127-
py-spy==0.3.12
127+
py-spy==0.3.14
128128
# via -r requirements.in
129129
pyasn1==0.4.8
130130
# via ldap3
@@ -177,7 +177,7 @@ six==1.16.0
177177
# mwoauth
178178
# onetimepass
179179
# python-dateutil
180-
sqlalchemy==1.4.40
180+
sqlalchemy==1.4.41
181181
# via
182182
# alembic
183183
# jupyterhub

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

1212
# UI
1313
jupyterlab

images/singleuser-sample/requirements.txt

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ cffi==1.15.1
3939
# cryptography
4040
charset-normalizer==2.1.1
4141
# via requests
42-
cryptography==37.0.4
42+
cryptography==38.0.1
4343
# via pyopenssl
4444
debugpy==1.6.3
4545
# via ipykernel
@@ -68,7 +68,7 @@ ipykernel==6.15.2
6868
# via
6969
# nbclassic
7070
# notebook
71-
ipython==8.4.0
71+
ipython==8.5.0
7272
# via
7373
# ipykernel
7474
# jupyterlab
@@ -89,7 +89,7 @@ jinja2==3.1.2
8989
# notebook
9090
json5==0.9.10
9191
# via jupyterlab-server
92-
jsonschema==4.14.0
92+
jsonschema==4.15.0
9393
# via
9494
# jupyter-telemetry
9595
# jupyterlab-server
@@ -120,9 +120,9 @@ jupyter-server==1.18.1
120120
# retrolab
121121
jupyter-telemetry==0.1.0
122122
# via jupyterhub
123-
jupyterhub==3.0.0b1
123+
jupyterhub==3.0.0
124124
# via -r requirements.in
125-
jupyterlab==3.4.5
125+
jupyterlab==3.4.6
126126
# via
127127
# -r requirements.in
128128
# retrolab
@@ -207,9 +207,9 @@ prometheus-client==0.14.1
207207
# jupyterhub
208208
# nbclassic
209209
# notebook
210-
prompt-toolkit==3.0.30
210+
prompt-toolkit==3.0.31
211211
# via ipython
212-
psutil==5.9.1
212+
psutil==5.9.2
213213
# via ipykernel
214214
ptyprocess==0.7.0
215215
# via
@@ -264,11 +264,11 @@ six==1.16.0
264264
# asttokens
265265
# bleach
266266
# python-dateutil
267-
sniffio==1.2.0
267+
sniffio==1.3.0
268268
# via anyio
269269
soupsieve==2.3.2.post1
270270
# via beautifulsoup4
271-
sqlalchemy==1.4.40
271+
sqlalchemy==1.4.41
272272
# via
273273
# alembic
274274
# jupyterhub
@@ -316,10 +316,7 @@ webencodings==0.5.1
316316
# via
317317
# bleach
318318
# tinycss2
319-
websocket-client==1.4.0
319+
websocket-client==1.4.1
320320
# via jupyter-server
321321
zipp==3.8.1
322322
# via importlib-metadata
323-
324-
# The following packages are considered to be unsafe in a requirements file:
325-
# setuptools

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

0 commit comments

Comments
 (0)