Skip to content

Commit 5a62345

Browse files
authored
Merge pull request #3019 from jupyterhub/update-image-requirements
hub image: refreeze requirements.txt
2 parents 991091f + df257a2 commit 5a62345

File tree

2 files changed

+19
-18
lines changed

2 files changed

+19
-18
lines changed

images/hub/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ aiohttp==3.8.3
88
# via kubernetes-asyncio
99
aiosignal==1.3.1
1010
# via aiohttp
11-
alembic==1.9.2
11+
alembic==1.9.3
1212
# via jupyterhub
1313
async-generator==1.10
1414
# via jupyterhub
@@ -34,7 +34,7 @@ charset-normalizer==2.1.1
3434
# via
3535
# aiohttp
3636
# requests
37-
cryptography==39.0.0
37+
cryptography==39.0.1
3838
# via pyopenssl
3939
escapism==1.0.1
4040
# via
@@ -44,7 +44,7 @@ frozenlist==1.3.3
4444
# via
4545
# aiohttp
4646
# aiosignal
47-
greenlet==2.0.1
47+
greenlet==2.0.2
4848
# via sqlalchemy
4949
idna==3.4
5050
# via
@@ -145,7 +145,7 @@ python-dateutil==2.8.2
145145
# kubernetes-asyncio
146146
python-json-logger==2.0.4
147147
# via jupyter-telemetry
148-
python-slugify==7.0.0
148+
python-slugify==8.0.0
149149
# via jupyterhub-kubespawner
150150
pyyaml==6.0
151151
# via
@@ -169,7 +169,7 @@ six==1.16.0
169169
# mwoauth
170170
# onetimepass
171171
# python-dateutil
172-
sqlalchemy==2.0.0
172+
sqlalchemy==2.0.2
173173
# via
174174
# alembic
175175
# jupyterhub
@@ -185,7 +185,7 @@ tornado==6.2
185185
# jupyterhub
186186
# jupyterhub-idle-culler
187187
# jupyterhub-ldapauthenticator
188-
traitlets==5.8.1
188+
traitlets==5.9.0
189189
# via
190190
# jupyter-telemetry
191191
# jupyterhub

images/singleuser-sample/requirements.txt

Lines changed: 13 additions & 12 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.9.2
7+
alembic==1.9.3
88
# via jupyterhub
99
anyio==3.6.2
1010
# via jupyter-server
@@ -25,7 +25,7 @@ babel==2.11.0
2525
# via jupyterlab-server
2626
backcall==0.2.0
2727
# via ipython
28-
beautifulsoup4==4.11.1
28+
beautifulsoup4==4.11.2
2929
# via nbconvert
3030
bleach==6.0.0
3131
# via nbconvert
@@ -41,7 +41,7 @@ charset-normalizer==3.0.1
4141
# via requests
4242
comm==0.1.2
4343
# via ipykernel
44-
cryptography==39.0.0
44+
cryptography==39.0.1
4545
# via pyopenssl
4646
debugpy==1.6.6
4747
# via ipykernel
@@ -53,13 +53,13 @@ executing==1.2.0
5353
# via stack-data
5454
fastjsonschema==2.16.2
5555
# via nbformat
56-
greenlet==2.0.1
56+
greenlet==2.0.2
5757
# via sqlalchemy
5858
idna==3.4
5959
# via
6060
# anyio
6161
# requests
62-
ipykernel==6.20.2
62+
ipykernel==6.21.1
6363
# via
6464
# nbclassic
6565
# notebook
@@ -89,15 +89,16 @@ jsonschema==4.17.3
8989
# jupyter-telemetry
9090
# jupyterlab-server
9191
# nbformat
92-
jupyter-client==8.0.1
92+
jupyter-client==8.0.2
9393
# via
9494
# ipykernel
9595
# jupyter-server
9696
# nbclassic
9797
# nbclient
9898
# notebook
99-
jupyter-core==5.1.5
99+
jupyter-core==5.2.0
100100
# via
101+
# ipykernel
101102
# jupyter-client
102103
# jupyter-server
103104
# jupyterlab
@@ -139,7 +140,7 @@ matplotlib-inline==0.1.6
139140
# via
140141
# ipykernel
141142
# ipython
142-
mistune==2.0.4
143+
mistune==2.0.5
143144
# via nbconvert
144145
nbclassic==0.5.1
145146
# via
@@ -194,7 +195,7 @@ pexpect==4.8.0
194195
# via ipython
195196
pickleshare==0.7.5
196197
# via ipython
197-
platformdirs==2.6.2
198+
platformdirs==3.0.0
198199
# via jupyter-core
199200
prometheus-client==0.16.0
200201
# via
@@ -259,7 +260,7 @@ sniffio==1.3.0
259260
# via anyio
260261
soupsieve==2.3.2.post1
261262
# via beautifulsoup4
262-
sqlalchemy==2.0.0
263+
sqlalchemy==2.0.2
263264
# via
264265
# alembic
265266
# jupyterhub
@@ -286,7 +287,7 @@ tornado==6.2
286287
# notebook
287288
# retrolab
288289
# terminado
289-
traitlets==5.8.1
290+
traitlets==5.9.0
290291
# via
291292
# comm
292293
# ipykernel
@@ -312,5 +313,5 @@ webencodings==0.5.1
312313
# via
313314
# bleach
314315
# tinycss2
315-
websocket-client==1.5.0
316+
websocket-client==1.5.1
316317
# via jupyter-server

0 commit comments

Comments
 (0)