Skip to content
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

Update jupyterhub from 5.1.0 to 5.2.0 #3527

Merged
merged 1 commit into from
Oct 1, 2024
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
2 changes: 1 addition & 1 deletion images/hub/requirements.in
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.1.0
jupyterhub==5.2.0

## Authenticators
jupyterhub-firstuseauthenticator>=1
Expand Down
4 changes: 2 additions & 2 deletions images/hub/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# Use the "Run workflow" button at https://github.com/jupyterhub/zero-to-jupyterhub-k8s/actions/workflows/watch-dependencies.yaml
Expand Down Expand Up @@ -95,7 +95,7 @@ jsonschema-specifications==2023.12.1
# via jsonschema
jupyter-events==0.10.0
# via jupyterhub
jupyterhub==5.1.0
jupyterhub==5.2.0
# via
# -r requirements.in
# jupyterhub-firstuseauthenticator
Expand Down
2 changes: 1 addition & 1 deletion images/singleuser-sample/requirements.in
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.1.0
jupyterhub==5.2.0

# UI
jupyterlab
Expand Down
5 changes: 2 additions & 3 deletions images/singleuser-sample/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# Use the "Run workflow" button at https://github.com/jupyterhub/zero-to-jupyterhub-k8s/actions/workflows/watch-dependencies.yaml
Expand Down Expand Up @@ -135,7 +135,7 @@ jupyter-server==2.14.2
# notebook-shim
jupyter-server-terminals==0.5.3
# via jupyter-server
jupyterhub==5.1.0
jupyterhub==5.2.0
# via -r requirements.in
jupyterlab==4.2.5
# via -r requirements.in
Expand Down Expand Up @@ -313,7 +313,6 @@ types-python-dateutil==2.9.0.20240906
typing-extensions==4.12.2
# via
# alembic
# ipython
# pydantic
# pydantic-core
# sqlalchemy
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.1.0"
appVersion: "5.2.0"
description: Multi-user Jupyter installation
keywords: [jupyter, jupyterhub, z2jh]
home: https://z2jh.jupyter.org
Expand Down