Skip to content

Commit 6d6ad68

Browse files
authored
Merge pull request #3100 from jupyterhub/update-image-requirements
hub image: refreeze requirements.txt
2 parents d186847 + 246f1f0 commit 6d6ad68

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

images/hub/requirements.txt

Lines changed: 5 additions & 5 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.10.3
11+
alembic==1.10.4
1212
# via jupyterhub
1313
async-generator==1.10
1414
# via jupyterhub
@@ -156,7 +156,7 @@ pyyaml==6.0
156156
# via
157157
# jupyterhub-kubespawner
158158
# kubernetes-asyncio
159-
requests==2.28.2
159+
requests==2.29.0
160160
# via
161161
# jupyterhub
162162
# mwoauth
@@ -174,7 +174,7 @@ six==1.16.0
174174
# mwoauth
175175
# onetimepass
176176
# python-dateutil
177-
sqlalchemy==2.0.9
177+
sqlalchemy==2.0.11
178178
# via
179179
# alembic
180180
# jupyterhub
@@ -185,7 +185,7 @@ statsd==4.0.1
185185
# via -r requirements.in
186186
text-unidecode==1.3
187187
# via python-slugify
188-
tornado==6.3
188+
tornado==6.3.1
189189
# via
190190
# jupyterhub
191191
# jupyterhub-idle-culler
@@ -205,7 +205,7 @@ urllib3==1.26.15
205205
# jupyterhub-kubespawner
206206
# kubernetes-asyncio
207207
# requests
208-
yarl==1.8.2
208+
yarl==1.9.2
209209
# via aiohttp
210210

211211
# The following packages are considered to be unsafe in a requirements file:

images/singleuser-sample/requirements.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ aiofiles==22.1.0
88
# via ypy-websocket
99
aiosqlite==0.19.0
1010
# via ypy-websocket
11-
alembic==1.10.3
11+
alembic==1.10.4
1212
# via jupyterhub
1313
anyio==3.6.2
1414
# via jupyter-server
@@ -72,7 +72,7 @@ ipykernel==6.22.0
7272
# via
7373
# nbclassic
7474
# notebook
75-
ipython==8.12.0
75+
ipython==8.12.1
7676
# via
7777
# ipykernel
7878
# jupyterlab
@@ -166,12 +166,12 @@ matplotlib-inline==0.1.6
166166
# ipython
167167
mistune==2.0.5
168168
# via nbconvert
169-
nbclassic==0.5.5
169+
nbclassic==0.5.6
170170
# via
171171
# -r requirements.in
172172
# jupyterlab
173173
# notebook
174-
nbclient==0.7.3
174+
nbclient==0.7.4
175175
# via nbconvert
176176
nbconvert==7.3.1
177177
# via
@@ -196,7 +196,7 @@ notebook==6.5.4
196196
# via
197197
# jupyterlab
198198
# nbgitpuller
199-
notebook-shim==0.2.2
199+
notebook-shim==0.2.3
200200
# via nbclassic
201201
oauthlib==3.2.2
202202
# via jupyterhub
@@ -218,7 +218,7 @@ pexpect==4.8.0
218218
# via ipython
219219
pickleshare==0.7.5
220220
# via ipython
221-
platformdirs==3.2.0
221+
platformdirs==3.5.0
222222
# via jupyter-core
223223
prometheus-client==0.16.0
224224
# via
@@ -264,7 +264,7 @@ pyzmq==25.0.2
264264
# jupyter-server
265265
# nbclassic
266266
# notebook
267-
requests==2.28.2
267+
requests==2.29.0
268268
# via
269269
# jupyterhub
270270
# jupyterlab-server
@@ -278,7 +278,7 @@ rfc3986-validator==0.1.1
278278
# jupyter-events
279279
ruamel-yaml==0.17.21
280280
# via jupyter-telemetry
281-
send2trash==1.8.0
281+
send2trash==1.8.2
282282
# via
283283
# jupyter-server
284284
# nbclassic
@@ -293,7 +293,7 @@ sniffio==1.3.0
293293
# via anyio
294294
soupsieve==2.4.1
295295
# via beautifulsoup4
296-
sqlalchemy==2.0.9
296+
sqlalchemy==2.0.11
297297
# via
298298
# alembic
299299
# jupyterhub
@@ -307,7 +307,7 @@ terminado==0.17.1
307307
# notebook
308308
tinycss2==1.2.1
309309
# via nbconvert
310-
tornado==6.3
310+
tornado==6.3.1
311311
# via
312312
# ipykernel
313313
# jupyter-client

0 commit comments

Comments
 (0)