Skip to content

Commit 439154c

Browse files
Update jupyterhub from 5.1.0 to 5.2.0
1 parent 158d92b commit 439154c

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

images/hub/requirements.in

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.1.0
10+
jupyterhub==5.2.0
1111

1212
## Authenticators
1313
jupyterhub-firstuseauthenticator>=1

images/hub/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# Use the "Run workflow" button at https://github.com/jupyterhub/zero-to-jupyterhub-k8s/actions/workflows/watch-dependencies.yaml
@@ -95,7 +95,7 @@ jsonschema-specifications==2023.12.1
9595
# via jsonschema
9696
jupyter-events==0.10.0
9797
# via jupyterhub
98-
jupyterhub==5.1.0
98+
jupyterhub==5.2.0
9999
# via
100100
# -r requirements.in
101101
# jupyterhub-firstuseauthenticator

images/singleuser-sample/requirements.in

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.1.0
10+
jupyterhub==5.2.0
1111

1212
# UI
1313
jupyterlab

images/singleuser-sample/requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# Use the "Run workflow" button at https://github.com/jupyterhub/zero-to-jupyterhub-k8s/actions/workflows/watch-dependencies.yaml
@@ -135,7 +135,7 @@ jupyter-server==2.14.2
135135
# notebook-shim
136136
jupyter-server-terminals==0.5.3
137137
# via jupyter-server
138-
jupyterhub==5.1.0
138+
jupyterhub==5.2.0
139139
# via -r requirements.in
140140
jupyterlab==4.2.5
141141
# via -r requirements.in
@@ -313,7 +313,6 @@ types-python-dateutil==2.9.0.20240906
313313
typing-extensions==4.12.2
314314
# via
315315
# alembic
316-
# ipython
317316
# pydantic
318317
# pydantic-core
319318
# sqlalchemy

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

0 commit comments

Comments
 (0)