Skip to content

Commit 877abce

Browse files
Update jupyterhub from 3.1.0 to 3.1.1
1 parent 23bf6a1 commit 877abce

File tree

5 files changed

+54
-53
lines changed

5 files changed

+54
-53
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==3.1.0
10+
jupyterhub==3.1.1
1111

1212
## Authenticators
1313
jupyterhub-firstuseauthenticator>=1

images/hub/requirements.txt

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ aiohttp==3.8.3
88
# via kubernetes-asyncio
99
aiosignal==1.3.1
1010
# via aiohttp
11-
alembic==1.8.1
11+
alembic==1.9.2
1212
# via jupyterhub
1313
async-generator==1.10
1414
# via jupyterhub
1515
async-timeout==4.0.2
1616
# via aiohttp
17-
attrs==22.1.0
17+
attrs==22.2.0
1818
# via
1919
# aiohttp
2020
# jsonschema
@@ -34,7 +34,7 @@ charset-normalizer==2.1.1
3434
# via
3535
# aiohttp
3636
# requests
37-
cryptography==38.0.4
37+
cryptography==39.0.0
3838
# via pyopenssl
3939
escapism==1.0.1
4040
# via
@@ -60,7 +60,7 @@ jsonschema==4.17.3
6060
# oauthenticator
6161
jupyter-telemetry==0.1.0
6262
# via jupyterhub
63-
jupyterhub==3.1.0
63+
jupyterhub==3.1.1
6464
# via
6565
# -r requirements.in
6666
# jupyterhub-firstuseauthenticator
@@ -92,11 +92,11 @@ ldap3==2.9.1
9292
# via jupyterhub-ldapauthenticator
9393
mako==1.2.4
9494
# via alembic
95-
markupsafe==2.1.1
95+
markupsafe==2.1.2
9696
# via
9797
# jinja2
9898
# mako
99-
multidict==6.0.3
99+
multidict==6.0.4
100100
# via
101101
# aiohttp
102102
# yarl
@@ -114,29 +114,29 @@ oauthlib==3.2.2
114114
# requests-oauthlib
115115
onetimepass==1.0.1
116116
# via jupyterhub-nativeauthenticator
117-
packaging==22.0
117+
packaging==23.0
118118
# via jupyterhub
119119
pamela==1.0.0
120120
# via jupyterhub
121-
prometheus-client==0.15.0
121+
prometheus-client==0.16.0
122122
# via jupyterhub
123123
psycopg2-binary==2.9.5
124124
# via -r requirements.in
125125
pyasn1==0.4.8
126126
# via ldap3
127127
pycparser==2.21
128128
# via cffi
129-
pycurl==7.45.1
129+
pycurl==7.45.2
130130
# via -r requirements.in
131131
pyjwt==2.6.0
132132
# via
133133
# -r requirements.in
134134
# mwoauth
135135
pymysql==1.0.2
136136
# via -r requirements.in
137-
pyopenssl==22.1.0
137+
pyopenssl==23.0.0
138138
# via certipy
139-
pyrsistent==0.19.2
139+
pyrsistent==0.19.3
140140
# via jsonschema
141141
python-dateutil==2.8.2
142142
# via
@@ -151,7 +151,7 @@ pyyaml==6.0
151151
# via
152152
# jupyterhub-kubespawner
153153
# kubernetes-asyncio
154-
requests==2.28.1
154+
requests==2.28.2
155155
# via
156156
# jupyterhub
157157
# mwoauth
@@ -169,7 +169,7 @@ six==1.16.0
169169
# mwoauth
170170
# onetimepass
171171
# python-dateutil
172-
sqlalchemy==1.4.44
172+
sqlalchemy==2.0.0
173173
# via
174174
# alembic
175175
# jupyterhub
@@ -185,12 +185,14 @@ tornado==6.2
185185
# jupyterhub
186186
# jupyterhub-idle-culler
187187
# jupyterhub-ldapauthenticator
188-
traitlets==5.7.0
188+
traitlets==5.8.1
189189
# via
190190
# jupyter-telemetry
191191
# jupyterhub
192192
# jupyterhub-ldapauthenticator
193-
urllib3==1.26.13
193+
typing-extensions==4.4.0
194+
# via sqlalchemy
195+
urllib3==1.26.14
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==3.1.0
10+
jupyterhub==3.1.1
1111

1212
# UI
1313
jupyterlab

images/singleuser-sample/requirements.txt

Lines changed: 34 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Use the "Run workflow" button at https://github.com/jupyterhub/zero-to-jupyterhub-k8s/actions/workflows/watch-dependencies.yaml
66
#
7-
alembic==1.8.1
7+
alembic==1.9.2
88
# via jupyterhub
99
anyio==3.6.2
1010
# via jupyter-server
@@ -19,15 +19,15 @@ asttokens==2.2.1
1919
# via stack-data
2020
async-generator==1.10
2121
# via jupyterhub
22-
attrs==22.1.0
22+
attrs==22.2.0
2323
# via jsonschema
2424
babel==2.11.0
2525
# via jupyterlab-server
2626
backcall==0.2.0
2727
# via ipython
2828
beautifulsoup4==4.11.1
2929
# via nbconvert
30-
bleach==5.0.1
30+
bleach==6.0.0
3131
# via nbconvert
3232
certifi==2022.12.7
3333
# via requests
@@ -37,20 +37,18 @@ cffi==1.15.1
3737
# via
3838
# argon2-cffi-bindings
3939
# cryptography
40-
charset-normalizer==2.1.1
40+
charset-normalizer==3.0.1
4141
# via requests
4242
comm==0.1.2
4343
# via ipykernel
44-
cryptography==38.0.4
44+
cryptography==39.0.0
4545
# via pyopenssl
46-
debugpy==1.6.4
46+
debugpy==1.6.6
4747
# via ipykernel
4848
decorator==5.1.1
4949
# via ipython
5050
defusedxml==0.7.1
5151
# via nbconvert
52-
entrypoints==0.4
53-
# via jupyter-client
5452
executing==1.2.0
5553
# via stack-data
5654
fastjsonschema==2.16.2
@@ -61,11 +59,11 @@ idna==3.4
6159
# via
6260
# anyio
6361
# requests
64-
ipykernel==6.19.2
62+
ipykernel==6.20.2
6563
# via
6664
# nbclassic
6765
# notebook
68-
ipython==8.7.0
66+
ipython==8.9.0
6967
# via
7068
# ipykernel
7169
# jupyterlab
@@ -84,21 +82,21 @@ jinja2==3.1.2
8482
# nbclassic
8583
# nbconvert
8684
# notebook
87-
json5==0.9.10
85+
json5==0.9.11
8886
# via jupyterlab-server
8987
jsonschema==4.17.3
9088
# via
9189
# jupyter-telemetry
9290
# jupyterlab-server
9391
# nbformat
94-
jupyter-client==7.4.8
92+
jupyter-client==8.0.1
9593
# via
9694
# ipykernel
9795
# jupyter-server
9896
# nbclassic
9997
# nbclient
10098
# notebook
101-
jupyter-core==5.1.0
99+
jupyter-core==5.1.5
102100
# via
103101
# jupyter-client
104102
# jupyter-server
@@ -108,7 +106,7 @@ jupyter-core==5.1.0
108106
# nbconvert
109107
# nbformat
110108
# notebook
111-
jupyter-server==1.23.3
109+
jupyter-server==1.23.5
112110
# via
113111
# jupyterlab
114112
# jupyterlab-server
@@ -118,21 +116,21 @@ jupyter-server==1.23.3
118116
# retrolab
119117
jupyter-telemetry==0.1.0
120118
# via jupyterhub
121-
jupyterhub==3.1.0
119+
jupyterhub==3.1.1
122120
# via -r requirements.in
123121
jupyterlab==3.4.8
124122
# via
125123
# -r requirements.in
126124
# retrolab
127125
jupyterlab-pygments==0.2.2
128126
# via nbconvert
129-
jupyterlab-server==2.16.5
127+
jupyterlab-server==2.19.0
130128
# via
131129
# jupyterlab
132130
# retrolab
133131
mako==1.2.4
134132
# via alembic
135-
markupsafe==2.1.1
133+
markupsafe==2.1.2
136134
# via
137135
# jinja2
138136
# mako
@@ -143,20 +141,20 @@ matplotlib-inline==0.1.6
143141
# ipython
144142
mistune==2.0.4
145143
# via nbconvert
146-
nbclassic==0.4.8
144+
nbclassic==0.5.1
147145
# via
148146
# -r requirements.in
149147
# jupyterlab
150148
# notebook
151149
# retrolab
152150
nbclient==0.7.2
153151
# via nbconvert
154-
nbconvert==7.2.6
152+
nbconvert==7.2.9
155153
# via
156154
# jupyter-server
157155
# nbclassic
158156
# notebook
159-
nbformat==5.7.0
157+
nbformat==5.7.3
160158
# via
161159
# jupyter-server
162160
# nbclassic
@@ -168,7 +166,6 @@ nbgitpuller==1.1.1
168166
nest-asyncio==1.5.6
169167
# via
170168
# ipykernel
171-
# jupyter-client
172169
# nbclassic
173170
# notebook
174171
notebook==6.5.2
@@ -179,7 +176,7 @@ notebook-shim==0.2.2
179176
# via nbclassic
180177
oauthlib==3.2.2
181178
# via jupyterhub
182-
packaging==22.0
179+
packaging==23.0
183180
# via
184181
# ipykernel
185182
# jupyter-server
@@ -197,9 +194,9 @@ pexpect==4.8.0
197194
# via ipython
198195
pickleshare==0.7.5
199196
# via ipython
200-
platformdirs==2.6.0
197+
platformdirs==2.6.2
201198
# via jupyter-core
202-
prometheus-client==0.15.0
199+
prometheus-client==0.16.0
203200
# via
204201
# jupyter-server
205202
# jupyterhub
@@ -217,30 +214,30 @@ pure-eval==0.2.2
217214
# via stack-data
218215
pycparser==2.21
219216
# via cffi
220-
pygments==2.13.0
217+
pygments==2.14.0
221218
# via
222219
# ipython
223220
# nbconvert
224-
pyopenssl==22.1.0
221+
pyopenssl==23.0.0
225222
# via certipy
226-
pyrsistent==0.19.2
223+
pyrsistent==0.19.3
227224
# via jsonschema
228225
python-dateutil==2.8.2
229226
# via
230227
# jupyter-client
231228
# jupyterhub
232229
python-json-logger==2.0.4
233230
# via jupyter-telemetry
234-
pytz==2022.6
231+
pytz==2022.7.1
235232
# via babel
236-
pyzmq==24.0.1
233+
pyzmq==25.0.0
237234
# via
238235
# ipykernel
239236
# jupyter-client
240237
# jupyter-server
241238
# nbclassic
242239
# notebook
243-
requests==2.28.1
240+
requests==2.28.2
244241
# via
245242
# jupyterhub
246243
# jupyterlab-server
@@ -262,7 +259,7 @@ sniffio==1.3.0
262259
# via anyio
263260
soupsieve==2.3.2.post1
264261
# via beautifulsoup4
265-
sqlalchemy==1.4.44
262+
sqlalchemy==2.0.0
266263
# via
267264
# alembic
268265
# jupyterhub
@@ -289,7 +286,7 @@ tornado==6.2
289286
# notebook
290287
# retrolab
291288
# terminado
292-
traitlets==5.7.0
289+
traitlets==5.8.1
293290
# via
294291
# comm
295292
# ipykernel
@@ -305,13 +302,15 @@ traitlets==5.7.0
305302
# nbconvert
306303
# nbformat
307304
# notebook
308-
urllib3==1.26.13
305+
typing-extensions==4.4.0
306+
# via sqlalchemy
307+
urllib3==1.26.14
309308
# via requests
310-
wcwidth==0.2.5
309+
wcwidth==0.2.6
311310
# via prompt-toolkit
312311
webencodings==0.5.1
313312
# via
314313
# bleach
315314
# tinycss2
316-
websocket-client==1.4.2
315+
websocket-client==1.5.0
317316
# via jupyter-server

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

0 commit comments

Comments
 (0)