Skip to content

Commit fbe16ab

Browse files
authored
Merge pull request #3089 from jupyterhub/update-image-requirements
hub image: refreeze requirements.txt
2 parents ea2067e + a43f1c2 commit fbe16ab

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

images/hub/requirements.txt

Lines changed: 3 additions & 3 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.2
11+
alembic==1.10.3
1212
# via jupyterhub
1313
async-generator==1.10
1414
# via jupyterhub
@@ -124,7 +124,7 @@ pamela==1.0.0
124124
# via jupyterhub
125125
prometheus-client==0.16.0
126126
# via jupyterhub
127-
psycopg2==2.9.5
127+
psycopg2==2.9.6
128128
# via -r requirements.in
129129
pyasn1==0.4.8
130130
# via ldap3
@@ -174,7 +174,7 @@ six==1.16.0
174174
# mwoauth
175175
# onetimepass
176176
# python-dateutil
177-
sqlalchemy==2.0.8
177+
sqlalchemy==2.0.9
178178
# via
179179
# alembic
180180
# jupyterhub

images/singleuser-sample/requirements.txt

Lines changed: 8 additions & 8 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.10.2
11+
alembic==1.10.3
1212
# via jupyterhub
1313
anyio==3.6.2
1414
# via jupyter-server
@@ -31,7 +31,7 @@ babel==2.12.1
3131
# via jupyterlab-server
3232
backcall==0.2.0
3333
# via ipython
34-
beautifulsoup4==4.12.0
34+
beautifulsoup4==4.12.2
3535
# via nbconvert
3636
bleach==6.0.0
3737
# via nbconvert
@@ -49,7 +49,7 @@ comm==0.1.3
4949
# via ipykernel
5050
cryptography==40.0.1
5151
# via pyopenssl
52-
debugpy==1.6.6
52+
debugpy==1.6.7
5353
# via ipykernel
5454
decorator==5.1.1
5555
# via ipython
@@ -133,7 +133,7 @@ jupyter-server==2.5.0
133133
# nbclassic
134134
# nbgitpuller
135135
# notebook-shim
136-
jupyter-server-fileid==0.8.0
136+
jupyter-server-fileid==0.9.0
137137
# via jupyter-server-ydoc
138138
jupyter-server-terminals==0.4.4
139139
# via jupyter-server
@@ -166,14 +166,14 @@ matplotlib-inline==0.1.6
166166
# ipython
167167
mistune==2.0.5
168168
# via nbconvert
169-
nbclassic==0.5.4
169+
nbclassic==0.5.5
170170
# via
171171
# -r requirements.in
172172
# jupyterlab
173173
# notebook
174174
nbclient==0.7.3
175175
# via nbconvert
176-
nbconvert==7.2.10
176+
nbconvert==7.3.0
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.3
195+
notebook==6.5.4
196196
# via
197197
# jupyterlab
198198
# nbgitpuller
@@ -293,7 +293,7 @@ sniffio==1.3.0
293293
# via anyio
294294
soupsieve==2.4
295295
# via beautifulsoup4
296-
sqlalchemy==2.0.8
296+
sqlalchemy==2.0.9
297297
# via
298298
# alembic
299299
# jupyterhub

0 commit comments

Comments
 (0)