File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 7
7
8
8
# JupyterHub itself, update this version pinning by running the workflow
9
9
# mentioned above.
10
- jupyterhub==4.1.3
10
+ jupyterhub==4.1.4
11
11
12
12
## Authenticators
13
13
jupyterhub-firstuseauthenticator>=1
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ jsonschema-specifications==2023.12.1
61
61
# via jsonschema
62
62
jupyter-telemetry == 0.1.0
63
63
# via jupyterhub
64
- jupyterhub == 4.1.3
64
+ jupyterhub == 4.1.4
65
65
# via
66
66
# -r requirements.in
67
67
# jupyterhub-firstuseauthenticator
@@ -125,7 +125,7 @@ prometheus-client==0.20.0
125
125
# via jupyterhub
126
126
psycopg2 == 2.9.9
127
127
# via -r requirements.in
128
- pyasn1 == 0.5.1
128
+ pyasn1 == 0.6.0
129
129
# via ldap3
130
130
pycparser == 2.21
131
131
# via cffi
Original file line number Diff line number Diff line change 7
7
8
8
# JupyterHub itself, update this version pinning by running the workflow
9
9
# mentioned above.
10
- jupyterhub==4.1.3
10
+ jupyterhub==4.1.4
11
11
12
12
# UI
13
13
jupyterlab
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ greenlet==3.0.3
67
67
# via sqlalchemy
68
68
h11 == 0.14.0
69
69
# via httpcore
70
- httpcore == 1.0.4
70
+ httpcore == 1.0.5
71
71
# via httpx
72
72
httpx == 0.27.0
73
73
# via jupyterlab
@@ -77,7 +77,7 @@ idna==3.6
77
77
# httpx
78
78
# jsonschema
79
79
# requests
80
- ipykernel == 6.29.3
80
+ ipykernel == 6.29.4
81
81
# via
82
82
# jupyterlab
83
83
# nbclassic
@@ -141,7 +141,7 @@ jupyter-server-terminals==0.5.3
141
141
# via jupyter-server
142
142
jupyter-telemetry == 0.1.0
143
143
# via jupyterhub
144
- jupyterhub == 4.1.3
144
+ jupyterhub == 4.1.4
145
145
# via -r requirements.in
146
146
jupyterlab == 4.1.5
147
147
# via -r requirements.in
@@ -176,7 +176,7 @@ nbformat==5.10.3
176
176
# nbclassic
177
177
# nbclient
178
178
# nbconvert
179
- nbgitpuller == 1.2.0
179
+ nbgitpuller == 1.2.1
180
180
# via -r requirements.in
181
181
nest-asyncio == 1.6.0
182
182
# via
Original file line number Diff line number Diff line change 2
2
apiVersion : v2
3
3
name : jupyterhub
4
4
version : 0.0.1-set.by.chartpress
5
- appVersion : " 4.1.3 "
5
+ appVersion : " 4.1.4 "
6
6
description : Multi-user Jupyter installation
7
7
keywords : [jupyter, jupyterhub, z2jh]
8
8
home : https://z2jh.jupyter.org
You can’t perform that action at this time.
0 commit comments