Skip to content

Commit 0c6be98

Browse files
Update jupyterhub from 5.2.1 to 5.3.0rc0
1 parent fd84198 commit 0c6be98

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

images/hub/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jsonschema-specifications==2024.10.1
7979
# via jsonschema
8080
jupyter-events==0.12.0
8181
# via jupyterhub
82-
jupyterhub==5.2.1
82+
jupyterhub==5.3.0rc0
8383
# via
8484
# -r unfrozen/requirements.txt
8585
# jupyterhub-firstuseauthenticator

images/hub/unfrozen/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99

1010
# JupyterHub itself
11-
jupyterhub==5.2.1
11+
jupyterhub==5.3.0rc0
1212

1313
# JupyterHub Spawner, kubernetes specific
1414
jupyterhub-kubespawner==7.*

images/singleuser-sample/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ ipykernel==6.29.5
8080
# via
8181
# jupyterlab
8282
# nbclassic
83-
ipython==9.0.2
83+
ipython==9.1.0
8484
# via ipykernel
8585
ipython-genutils==0.2.0
8686
# via nbclassic
@@ -137,7 +137,7 @@ jupyter-server==2.15.0
137137
# notebook-shim
138138
jupyter-server-terminals==0.5.3
139139
# via jupyter-server
140-
jupyterhub==5.2.1
140+
jupyterhub==5.3.0rc0
141141
# via -r unfrozen/requirements.txt
142142
jupyterlab==4.4.0
143143
# via -r unfrozen/requirements.txt

images/singleuser-sample/unfrozen/requirements.txt

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==5.2.1
10+
jupyterhub==5.3.0rc0
1111

1212
# UI
1313
jupyterlab

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

0 commit comments

Comments
 (0)