Skip to content

Commit 78e2069

Browse files
authored
Merge pull request #2876 from jupyterhub/update-image-requirements
hub image: refreeze requirements.txt
2 parents 0d55cb1 + f475e7a commit 78e2069

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

images/hub/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ bcrypt==4.0.0
2222
# via
2323
# jupyterhub-firstuseauthenticator
2424
# jupyterhub-nativeauthenticator
25-
certifi==2022.6.15.1
25+
certifi==2022.9.14
2626
# via
2727
# kubernetes-asyncio
2828
# requests
@@ -46,7 +46,7 @@ frozenlist==1.3.1
4646
# aiosignal
4747
greenlet==1.1.3
4848
# via sqlalchemy
49-
idna==3.3
49+
idna==3.4
5050
# via
5151
# requests
5252
# yarl
@@ -108,7 +108,7 @@ nullauthenticator==1.0.0
108108
# via -r requirements.in
109109
oauthenticator==15.1.0
110110
# via -r requirements.in
111-
oauthlib==3.2.0
111+
oauthlib==3.2.1
112112
# via
113113
# jupyterhub
114114
# jupyterhub-ltiauthenticator
@@ -182,7 +182,7 @@ sqlalchemy==1.4.41
182182
# alembic
183183
# jupyterhub
184184
# sqlalchemy-cockroachdb
185-
sqlalchemy-cockroachdb==1.4.3
185+
sqlalchemy-cockroachdb==1.4.4
186186
# via -r requirements.in
187187
statsd==3.3.0
188188
# via -r requirements.in
@@ -193,7 +193,7 @@ tornado==6.2
193193
# jupyterhub
194194
# jupyterhub-idle-culler
195195
# jupyterhub-ldapauthenticator
196-
traitlets==5.3.0
196+
traitlets==5.4.0
197197
# via
198198
# jupyter-telemetry
199199
# jupyterhub

images/singleuser-sample/requirements.txt

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ beautifulsoup4==4.11.1
2929
# via nbconvert
3030
bleach==5.0.1
3131
# via nbconvert
32-
certifi==2022.6.15.1
32+
certifi==2022.9.14
3333
# via requests
3434
certipy==0.1.3
3535
# via jupyterhub
@@ -55,7 +55,7 @@ fastjsonschema==2.16.1
5555
# via nbformat
5656
greenlet==1.1.3
5757
# via sqlalchemy
58-
idna==3.3
58+
idna==3.4
5959
# via
6060
# anyio
6161
# requests
@@ -64,7 +64,7 @@ importlib-metadata==4.12.0
6464
# jupyterhub
6565
# jupyterlab-server
6666
# nbconvert
67-
ipykernel==6.15.2
67+
ipykernel==6.15.3
6868
# via
6969
# nbclassic
7070
# notebook
@@ -122,7 +122,7 @@ jupyter-telemetry==0.1.0
122122
# via jupyterhub
123123
jupyterhub==3.0.0
124124
# via -r requirements.in
125-
jupyterlab==3.4.6
125+
jupyterlab==3.4.7
126126
# via
127127
# -r requirements.in
128128
# retrolab
@@ -152,14 +152,14 @@ nbclassic==0.4.3
152152
# -r requirements.in
153153
# jupyterlab
154154
# retrolab
155-
nbclient==0.6.7
155+
nbclient==0.6.8
156156
# via nbconvert
157157
nbconvert==7.0.0
158158
# via
159159
# jupyter-server
160160
# nbclassic
161161
# notebook
162-
nbformat==5.4.0
162+
nbformat==5.5.0
163163
# via
164164
# jupyter-server
165165
# nbclassic
@@ -181,7 +181,7 @@ notebook==6.4.12
181181
# nbgitpuller
182182
notebook-shim==0.1.0
183183
# via nbclassic
184-
oauthlib==3.2.0
184+
oauthlib==3.2.1
185185
# via jupyterhub
186186
packaging==21.3
187187
# via
@@ -237,7 +237,7 @@ python-json-logger==2.0.4
237237
# via jupyter-telemetry
238238
pytz==2022.2.1
239239
# via babel
240-
pyzmq==23.2.1
240+
pyzmq==24.0.0
241241
# via
242242
# ipykernel
243243
# jupyter-client
@@ -281,6 +281,8 @@ terminado==0.15.0
281281
# notebook
282282
tinycss2==1.1.1
283283
# via nbconvert
284+
tomli==2.0.1
285+
# via jupyterlab
284286
tornado==6.2
285287
# via
286288
# ipykernel
@@ -293,7 +295,7 @@ tornado==6.2
293295
# notebook
294296
# retrolab
295297
# terminado
296-
traitlets==5.3.0
298+
traitlets==5.4.0
297299
# via
298300
# ipykernel
299301
# ipython

0 commit comments

Comments
 (0)