Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions images/hub/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion images/hub/unfrozen/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#

# JupyterHub itself
jupyterhub==5.3.0rc0
jupyterhub==5.3.0

# JupyterHub Spawner, kubernetes specific
jupyterhub-kubespawner==7.*
Expand Down
4 changes: 2 additions & 2 deletions images/singleuser-sample/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion images/singleuser-sample/unfrozen/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion jupyterhub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down