Skip to content

Commit fcde4b0

Browse files
authored
Merge pull request #3362 from jupyterhub/update-jupyterhub
Update jupyterhub from 4.0.2 to 4.1.0
2 parents 41e5fbb + a5ebf43 commit fcde4b0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.2
10+
jupyterhub==4.1.0
1111

1212
## Authenticators
1313
jupyterhub-firstuseauthenticator>=1

images/hub/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jsonschema-specifications==2023.12.1
6161
# via jsonschema
6262
jupyter-telemetry==0.1.0
6363
# via jupyterhub
64-
jupyterhub==4.0.2
64+
jupyterhub==4.1.0
6565
# via
6666
# -r requirements.in
6767
# jupyterhub-firstuseauthenticator

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.2
10+
jupyterhub==4.1.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
@@ -141,7 +141,7 @@ jupyter-server-terminals==0.5.3
141141
# via jupyter-server
142142
jupyter-telemetry==0.1.0
143143
# via jupyterhub
144-
jupyterhub==4.0.2
144+
jupyterhub==4.1.0
145145
# via -r requirements.in
146146
jupyterlab==4.1.5
147147
# 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.2"
5+
appVersion: "4.1.0"
66
description: Multi-user Jupyter installation
77
keywords: [jupyter, jupyterhub, z2jh]
88
home: https://z2jh.jupyter.org

0 commit comments

Comments
 (0)