Skip to content

Commit 50fe018

Browse files
Update jupyterhub from 4.0.0b2 to 4.0.0
1 parent b8305d1 commit 50fe018

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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==4.0.0b2
10+
jupyterhub==4.0.0
1111

1212
## Authenticators
1313
jupyterhub-firstuseauthenticator>=1

images/hub/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jsonschema==4.17.3
6262
# oauthenticator
6363
jupyter-telemetry==0.1.0
6464
# via jupyterhub
65-
jupyterhub==4.0.0b2
65+
jupyterhub==4.0.0
6666
# via
6767
# -r requirements.in
6868
# jupyterhub-firstuseauthenticator
@@ -126,7 +126,7 @@ prometheus-client==0.16.0
126126
# via jupyterhub
127127
psycopg2==2.9.6
128128
# via -r requirements.in
129-
pyasn1==0.4.8
129+
pyasn1==0.5.0
130130
# via ldap3
131131
pycparser==2.21
132132
# via cffi

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==4.0.0b2
10+
jupyterhub==4.0.0
1111

1212
# UI
1313
jupyterlab

images/singleuser-sample/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jupyter-ydoc==0.2.4
145145
# via
146146
# jupyter-server-ydoc
147147
# jupyterlab
148-
jupyterhub==4.0.0b2
148+
jupyterhub==4.0.0
149149
# via -r requirements.in
150150
jupyterlab==3.6.3
151151
# via -r requirements.in

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

0 commit comments

Comments
 (0)