Skip to content

Commit 2eb51ed

Browse files
Update jupyterhub from 4.1.1 to 4.1.2
1 parent 60d0854 commit 2eb51ed

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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==4.1.1
10+
jupyterhub==4.1.2
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
@@ -61,7 +61,7 @@ jsonschema-specifications==2023.12.1
6161
# via jsonschema
6262
jupyter-telemetry==0.1.0
6363
# via jupyterhub
64-
jupyterhub==4.1.1
64+
jupyterhub==4.1.2
6565
# via
6666
# -r requirements.in
6767
# jupyterhub-firstuseauthenticator
@@ -181,7 +181,7 @@ six==1.16.0
181181
# kubernetes-asyncio
182182
# onetimepass
183183
# python-dateutil
184-
sqlalchemy==2.0.28
184+
sqlalchemy==2.0.29
185185
# via
186186
# alembic
187187
# jupyterhub

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==4.1.1
10+
jupyterhub==4.1.2
1111

1212
# UI
1313
jupyterlab

images/singleuser-sample/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jupyter-server-terminals==0.5.3
141141
# via jupyter-server
142142
jupyter-telemetry==0.1.0
143143
# via jupyterhub
144-
jupyterhub==4.1.1
144+
jupyterhub==4.1.2
145145
# via -r requirements.in
146146
jupyterlab==4.1.5
147147
# via -r requirements.in
@@ -289,7 +289,7 @@ sniffio==1.3.1
289289
# httpx
290290
soupsieve==2.5
291291
# via beautifulsoup4
292-
sqlalchemy==2.0.28
292+
sqlalchemy==2.0.29
293293
# via
294294
# alembic
295295
# jupyterhub

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

0 commit comments

Comments
 (0)