diff --git a/images/hub/requirements.txt b/images/hub/requirements.txt index b6ffe6b468..53d8a27654 100644 --- a/images/hub/requirements.txt +++ b/images/hub/requirements.txt @@ -51,7 +51,7 @@ frozenlist==1.5.0 # via # aiohttp # aiosignal -google-auth==2.38.0 +google-auth==2.39.0 # via google-auth-oauthlib google-auth-oauthlib==1.2.1 # via oauthenticator @@ -79,7 +79,7 @@ jsonschema-specifications==2024.10.1 # via jsonschema jupyter-events==0.12.0 # via jupyterhub -jupyterhub==5.3.0rc0 +jupyterhub==5.3.0 # via # -r unfrozen/requirements.txt # jupyterhub-firstuseauthenticator diff --git a/images/hub/unfrozen/requirements.txt b/images/hub/unfrozen/requirements.txt index 26cd1ec8ff..01b1542299 100644 --- a/images/hub/unfrozen/requirements.txt +++ b/images/hub/unfrozen/requirements.txt @@ -8,7 +8,7 @@ # # JupyterHub itself -jupyterhub==5.3.0rc0 +jupyterhub==5.3.0 # JupyterHub Spawner, kubernetes specific jupyterhub-kubespawner==7.* diff --git a/images/singleuser-sample/requirements.txt b/images/singleuser-sample/requirements.txt index 9e7ffb549b..e613562359 100644 --- a/images/singleuser-sample/requirements.txt +++ b/images/singleuser-sample/requirements.txt @@ -137,7 +137,7 @@ jupyter-server==2.15.0 # notebook-shim jupyter-server-terminals==0.5.3 # via jupyter-server -jupyterhub==5.3.0rc0 +jupyterhub==5.3.0 # via -r unfrozen/requirements.txt jupyterlab==4.4.0 # via -r unfrozen/requirements.txt @@ -206,7 +206,7 @@ prometheus-client==0.21.1 # via # jupyter-server # jupyterhub -prompt-toolkit==3.0.50 +prompt-toolkit==3.0.51 # via ipython psutil==7.0.0 # via ipykernel diff --git a/images/singleuser-sample/unfrozen/requirements.txt b/images/singleuser-sample/unfrozen/requirements.txt index c03c51a0b2..c8b4f6cd65 100644 --- a/images/singleuser-sample/unfrozen/requirements.txt +++ b/images/singleuser-sample/unfrozen/requirements.txt @@ -7,7 +7,7 @@ # JupyterHub itself, update this version pinning by running the workflow # mentioned above. -jupyterhub==5.3.0rc0 +jupyterhub==5.3.0 # UI jupyterlab diff --git a/jupyterhub/Chart.yaml b/jupyterhub/Chart.yaml index 157d6cfe57..8473b641d2 100644 --- a/jupyterhub/Chart.yaml +++ b/jupyterhub/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: jupyterhub version: 0.0.1-set.by.chartpress -appVersion: "5.3.0rc0" +appVersion: "5.3.0" description: Multi-user Jupyter installation keywords: [jupyter, jupyterhub, z2jh] home: https://z2jh.jupyter.org