Skip to content

Commit 28046b6

Browse files
authored
Merge pull request #3652 from jupyterhub/update-jupyterhub
Update jupyterhub from 5.3.0rc0 to 5.3.0
2 parents 30a6933 + 05c75d2 commit 28046b6

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

images/hub/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ frozenlist==1.5.0
5151
# via
5252
# aiohttp
5353
# aiosignal
54-
google-auth==2.38.0
54+
google-auth==2.39.0
5555
# via google-auth-oauthlib
5656
google-auth-oauthlib==1.2.1
5757
# via oauthenticator
@@ -79,7 +79,7 @@ jsonschema-specifications==2024.10.1
7979
# via jsonschema
8080
jupyter-events==0.12.0
8181
# via jupyterhub
82-
jupyterhub==5.3.0rc0
82+
jupyterhub==5.3.0
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.3.0rc0
11+
jupyterhub==5.3.0
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
@@ -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.3.0rc0
140+
jupyterhub==5.3.0
141141
# via -r unfrozen/requirements.txt
142142
jupyterlab==4.4.0
143143
# via -r unfrozen/requirements.txt
@@ -206,7 +206,7 @@ prometheus-client==0.21.1
206206
# via
207207
# jupyter-server
208208
# jupyterhub
209-
prompt-toolkit==3.0.50
209+
prompt-toolkit==3.0.51
210210
# via ipython
211211
psutil==7.0.0
212212
# via ipykernel

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

0 commit comments

Comments
 (0)