Skip to content

Update jupyterhub from 5.2.1 to 5.3.0rc0 #3646

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 9, 2025
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
6 changes: 3 additions & 3 deletions images/hub/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jsonschema-specifications==2024.10.1
# via jsonschema
jupyter-events==0.12.0
# via jupyterhub
jupyterhub==5.2.1
jupyterhub==5.3.0rc0
# via
# -r unfrozen/requirements.txt
# jupyterhub-firstuseauthenticator
Expand Down Expand Up @@ -114,7 +114,7 @@ markupsafe==3.0.2
# via
# jinja2
# mako
multidict==6.3.2
multidict==6.2.0
# via
# aiohttp
# yarl
Expand Down Expand Up @@ -156,7 +156,7 @@ pycparser==2.22
# via cffi
pycurl==7.45.6
# via -r unfrozen/requirements.txt
pydantic==2.11.2
pydantic==2.11.3
# via jupyterhub
pydantic-core==2.33.1
# via pydantic
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.2.1
jupyterhub==5.3.0rc0

# JupyterHub Spawner, kubernetes specific
jupyterhub-kubespawner==7.*
Expand Down
6 changes: 3 additions & 3 deletions images/singleuser-sample/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ ipykernel==6.29.5
# via
# jupyterlab
# nbclassic
ipython==9.0.2
ipython==9.1.0
# via ipykernel
ipython-genutils==0.2.0
# via nbclassic
Expand Down Expand Up @@ -137,7 +137,7 @@ jupyter-server==2.15.0
# notebook-shim
jupyter-server-terminals==0.5.3
# via jupyter-server
jupyterhub==5.2.1
jupyterhub==5.3.0rc0
# via -r unfrozen/requirements.txt
jupyterlab==4.4.0
# via -r unfrozen/requirements.txt
Expand Down Expand Up @@ -218,7 +218,7 @@ pure-eval==0.2.3
# via stack-data
pycparser==2.22
# via cffi
pydantic==2.11.2
pydantic==2.11.3
# via jupyterhub
pydantic-core==2.33.1
# via pydantic
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.2.1
jupyterhub==5.3.0rc0

# 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.2.1"
appVersion: "5.3.0rc0"
description: Multi-user Jupyter installation
keywords: [jupyter, jupyterhub, z2jh]
home: https://z2jh.jupyter.org
Expand Down