Skip to content

Commit cbdca5f

Browse files
authored
Merge pull request #3375 from jupyterhub/update-jupyterhub
Update jupyterhub from 4.1.0 to 4.1.1
2 parents 3b6df9f + 9f7d0d9 commit cbdca5f

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.0
10+
jupyterhub==4.1.1
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.0
64+
jupyterhub==4.1.1
6565
# via
6666
# -r requirements.in
6767
# jupyterhub-firstuseauthenticator
@@ -164,7 +164,7 @@ requests==2.31.0
164164
# mwoauth
165165
# oauthenticator
166166
# requests-oauthlib
167-
requests-oauthlib==1.4.0
167+
requests-oauthlib==2.0.0
168168
# via mwoauth
169169
rpds-py==0.18.0
170170
# via

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.0
10+
jupyterhub==4.1.1
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.0
144+
jupyterhub==4.1.1
145145
# via -r requirements.in
146146
jupyterlab==4.1.5
147147
# via -r requirements.in
@@ -166,7 +166,7 @@ nbclassic==1.0.0
166166
# via -r requirements.in
167167
nbclient==0.10.0
168168
# via nbconvert
169-
nbconvert==7.16.2
169+
nbconvert==7.16.3
170170
# via
171171
# jupyter-server
172172
# nbclassic

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

0 commit comments

Comments
 (0)