Skip to content

Commit 490619e

Browse files
authored
Merge pull request #3384 from jupyterhub/update-jupyterhub
Update jupyterhub from 4.1.3 to 4.1.4
2 parents ac55973 + e1cdef4 commit 490619e

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
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.3
10+
jupyterhub==4.1.4
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.3
64+
jupyterhub==4.1.4
6565
# via
6666
# -r requirements.in
6767
# jupyterhub-firstuseauthenticator
@@ -125,7 +125,7 @@ prometheus-client==0.20.0
125125
# via jupyterhub
126126
psycopg2==2.9.9
127127
# via -r requirements.in
128-
pyasn1==0.5.1
128+
pyasn1==0.6.0
129129
# via ldap3
130130
pycparser==2.21
131131
# via cffi

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.3
10+
jupyterhub==4.1.4
1111

1212
# UI
1313
jupyterlab

images/singleuser-sample/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ greenlet==3.0.3
6767
# via sqlalchemy
6868
h11==0.14.0
6969
# via httpcore
70-
httpcore==1.0.4
70+
httpcore==1.0.5
7171
# via httpx
7272
httpx==0.27.0
7373
# via jupyterlab
@@ -77,7 +77,7 @@ idna==3.6
7777
# httpx
7878
# jsonschema
7979
# requests
80-
ipykernel==6.29.3
80+
ipykernel==6.29.4
8181
# via
8282
# jupyterlab
8383
# nbclassic
@@ -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.3
144+
jupyterhub==4.1.4
145145
# via -r requirements.in
146146
jupyterlab==4.1.5
147147
# via -r requirements.in
@@ -176,7 +176,7 @@ nbformat==5.10.3
176176
# nbclassic
177177
# nbclient
178178
# nbconvert
179-
nbgitpuller==1.2.0
179+
nbgitpuller==1.2.1
180180
# via -r requirements.in
181181
nest-asyncio==1.6.0
182182
# via

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

0 commit comments

Comments
 (0)