Skip to content

Commit f101b19

Browse files
authored
Merge pull request #3058 from jupyterhub/update-jupyterhub
Update jupyterhub from 4.0.0b1 to 4.0.0b2
2 parents f730a10 + 1504216 commit f101b19

File tree

5 files changed

+28
-24
lines changed

5 files changed

+28
-24
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.0.0b1
10+
jupyterhub==4.0.0b2
1111

1212
## Authenticators
1313
jupyterhub-firstuseauthenticator>=1

images/hub/requirements.txt

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ aiohttp==3.8.4
88
# via kubernetes-asyncio
99
aiosignal==1.3.1
1010
# via aiohttp
11-
alembic==1.9.4
11+
alembic==1.10.2
1212
# via jupyterhub
1313
async-generator==1.10
1414
# via jupyterhub
@@ -30,7 +30,7 @@ certipy==0.1.3
3030
# via jupyterhub
3131
cffi==1.15.1
3232
# via cryptography
33-
charset-normalizer==3.0.1
33+
charset-normalizer==3.1.0
3434
# via
3535
# aiohttp
3636
# requests
@@ -58,7 +58,7 @@ jsonschema==4.17.3
5858
# oauthenticator
5959
jupyter-telemetry==0.1.0
6060
# via jupyterhub
61-
jupyterhub==4.0.0b1
61+
jupyterhub==4.0.0b2
6262
# via
6363
# -r requirements.in
6464
# jupyterhub-firstuseauthenticator
@@ -167,7 +167,7 @@ six==1.16.0
167167
# mwoauth
168168
# onetimepass
169169
# python-dateutil
170-
sqlalchemy==2.0.4
170+
sqlalchemy==2.0.6
171171
# via
172172
# alembic
173173
# jupyterhub
@@ -189,8 +189,10 @@ traitlets==5.9.0
189189
# jupyterhub
190190
# jupyterhub-ldapauthenticator
191191
typing-extensions==4.5.0
192-
# via sqlalchemy
193-
urllib3==1.26.14
192+
# via
193+
# alembic
194+
# sqlalchemy
195+
urllib3==1.26.15
194196
# via
195197
# jupyterhub-kubespawner
196198
# kubernetes-asyncio

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.0.0b1
10+
jupyterhub==4.0.0b2
1111

1212
# UI
1313
jupyterlab

images/singleuser-sample/requirements.txt

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ aiofiles==22.1.0
88
# via ypy-websocket
99
aiosqlite==0.18.0
1010
# via ypy-websocket
11-
alembic==1.9.4
11+
alembic==1.10.2
1212
# via jupyterhub
1313
anyio==3.6.2
1414
# via jupyter-server
@@ -43,7 +43,7 @@ cffi==1.15.1
4343
# via
4444
# argon2-cffi-bindings
4545
# cryptography
46-
charset-normalizer==3.0.1
46+
charset-normalizer==3.1.0
4747
# via requests
4848
comm==0.1.2
4949
# via ipykernel
@@ -68,7 +68,7 @@ idna==3.4
6868
# anyio
6969
# jsonschema
7070
# requests
71-
ipykernel==6.21.2
71+
ipykernel==6.21.3
7272
# via
7373
# nbclassic
7474
# notebook
@@ -125,7 +125,7 @@ jupyter-events==0.6.3
125125
# via
126126
# jupyter-server
127127
# jupyter-server-fileid
128-
jupyter-server==2.3.0
128+
jupyter-server==2.4.0
129129
# via
130130
# jupyter-server-fileid
131131
# jupyterlab
@@ -141,17 +141,17 @@ jupyter-server-ydoc==0.6.1
141141
# via jupyterlab
142142
jupyter-telemetry==0.1.0
143143
# via jupyterhub
144-
jupyter-ydoc==0.2.2
144+
jupyter-ydoc==0.2.3
145145
# via
146146
# jupyter-server-ydoc
147147
# jupyterlab
148-
jupyterhub==4.0.0b1
148+
jupyterhub==4.0.0b2
149149
# via -r requirements.in
150150
jupyterlab==3.6.1
151151
# via -r requirements.in
152152
jupyterlab-pygments==0.2.2
153153
# via nbconvert
154-
jupyterlab-server==2.19.0
154+
jupyterlab-server==2.20.0
155155
# via jupyterlab
156156
mako==1.2.4
157157
# via alembic
@@ -166,14 +166,14 @@ matplotlib-inline==0.1.6
166166
# ipython
167167
mistune==2.0.5
168168
# via nbconvert
169-
nbclassic==0.5.2
169+
nbclassic==0.5.3
170170
# via
171171
# -r requirements.in
172172
# jupyterlab
173173
# notebook
174174
nbclient==0.7.2
175175
# via nbconvert
176-
nbconvert==7.2.9
176+
nbconvert==7.2.10
177177
# via
178178
# jupyter-server
179179
# nbclassic
@@ -192,7 +192,7 @@ nest-asyncio==1.5.6
192192
# ipykernel
193193
# nbclassic
194194
# notebook
195-
notebook==6.5.2
195+
notebook==6.5.3
196196
# via
197197
# jupyterlab
198198
# nbgitpuller
@@ -218,7 +218,7 @@ pexpect==4.8.0
218218
# via ipython
219219
pickleshare==0.7.5
220220
# via ipython
221-
platformdirs==3.1.0
221+
platformdirs==3.1.1
222222
# via jupyter-core
223223
prometheus-client==0.16.0
224224
# via
@@ -257,7 +257,7 @@ python-json-logger==2.0.7
257257
# jupyter-telemetry
258258
pyyaml==6.0
259259
# via jupyter-events
260-
pyzmq==25.0.0
260+
pyzmq==25.0.1
261261
# via
262262
# ipykernel
263263
# jupyter-client
@@ -293,7 +293,7 @@ sniffio==1.3.0
293293
# via anyio
294294
soupsieve==2.4
295295
# via beautifulsoup4
296-
sqlalchemy==2.0.4
296+
sqlalchemy==2.0.6
297297
# via
298298
# alembic
299299
# jupyterhub
@@ -336,10 +336,12 @@ traitlets==5.9.0
336336
# nbformat
337337
# notebook
338338
typing-extensions==4.5.0
339-
# via sqlalchemy
339+
# via
340+
# alembic
341+
# sqlalchemy
340342
uri-template==1.2.0
341343
# via jsonschema
342-
urllib3==1.26.14
344+
urllib3==1.26.15
343345
# via requests
344346
wcwidth==0.2.6
345347
# via prompt-toolkit

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

0 commit comments

Comments
 (0)