Skip to content

Commit c73a07a

Browse files
author
github-actions
committed
upgrade dependencies for deployment
1 parent 02ef7b7 commit c73a07a

4 files changed

Lines changed: 44 additions & 42 deletions

File tree

mpcontribs-api/requirements/deployment.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,21 @@ beautifulsoup4==4.14.3
3232
# via nbconvert
3333
bibtexparser==1.4.4
3434
# via pymatgen-core
35-
bleach[css]==6.3.0
35+
bleach[css]==6.4.0
3636
# via nbconvert
3737
blinker==1.9.0
3838
# via mpcontribs-api (MPContribs/mpcontribs-api/pyproject.toml)
3939
boltons==25.0.0
4040
# via mpcontribs-api (MPContribs/mpcontribs-api/pyproject.toml)
41-
boto3==1.43.20
41+
boto3==1.43.24
4242
# via flask-mongorest-mpcontribs
43-
botocore==1.43.20
43+
botocore==1.43.24
4444
# via
4545
# boto3
4646
# s3transfer
4747
brotli==1.2.0
4848
# via flask-compress
49-
bytecode==0.17.0
49+
bytecode==0.18.1
5050
# via ddtrace
5151
certifi==2026.5.20
5252
# via requests
@@ -149,7 +149,7 @@ ipykernel==6.29.5
149149
# via
150150
# nbclassic
151151
# notebook
152-
ipython==9.14.0
152+
ipython==9.14.1
153153
# via ipykernel
154154
ipython-genutils==0.2.0
155155
# via
@@ -253,11 +253,11 @@ more-itertools==11.1.0
253253
# via mpcontribs-api (MPContribs/mpcontribs-api/pyproject.toml)
254254
mpmath==1.3.0
255255
# via sympy
256-
narwhals==2.22.0
256+
narwhals==2.22.1
257257
# via plotly
258258
nbclassic==1.3.3
259259
# via notebook
260-
nbclient==0.10.4
260+
nbclient==0.11.0
261261
# via nbconvert
262262
nbconvert==7.17.1
263263
# via
@@ -331,7 +331,7 @@ platformdirs==4.10.0
331331
# via
332332
# jupyter-core
333333
# pint
334-
plotly==6.7.0
334+
plotly==6.8.0
335335
# via pymatgen-core
336336
prometheus-client==0.25.0
337337
# via
@@ -475,7 +475,7 @@ terminado==0.18.1
475475
# jupyter-server
476476
# jupyter-server-terminals
477477
# notebook
478-
tinycss2==1.4.0
478+
tinycss2==1.5.1
479479
# via bleach
480480
tornado==6.5.6
481481
# via
@@ -484,9 +484,9 @@ tornado==6.5.6
484484
# jupyter-server
485485
# notebook
486486
# terminado
487-
tqdm==4.67.3
487+
tqdm==4.68.1
488488
# via pymatgen-core
489-
traitlets==5.15.0
489+
traitlets==5.15.1
490490
# via
491491
# ipykernel
492492
# ipython
@@ -525,7 +525,7 @@ urllib3==2.7.0
525525
# via
526526
# botocore
527527
# requests
528-
wcwidth==0.7.0
528+
wcwidth==0.8.0
529529
# via prompt-toolkit
530530
webcolors==25.10.0
531531
# via jsonschema

mpcontribs-client/requirements/deployment.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ idna==3.18
5656
# requests
5757
importlib-resources==7.1.0
5858
# via swagger-spec-validator
59-
ipython==9.14.0
59+
ipython==9.14.1
6060
# via mpcontribs-client (MPContribs/mpcontribs-client/pyproject.toml)
6161
ipython-pygments-lexers==1.1.1
6262
# via ipython
@@ -100,7 +100,7 @@ msgpack==1.1.2
100100
# via
101101
# bravado
102102
# bravado-core
103-
narwhals==2.22.0
103+
narwhals==2.22.1
104104
# via plotly
105105
networkx==3.6.1
106106
# via pymatgen-core
@@ -138,7 +138,7 @@ pint==0.25.3
138138
# via mpcontribs-client (MPContribs/mpcontribs-client/pyproject.toml)
139139
platformdirs==4.10.0
140140
# via pint
141-
plotly==6.7.0
141+
plotly==6.8.0
142142
# via
143143
# mpcontribs-client (MPContribs/mpcontribs-client/pyproject.toml)
144144
# pymatgen-core
@@ -230,11 +230,11 @@ sympy==1.14.0
230230
# via pymatgen-core
231231
tabulate==0.10.0
232232
# via pymatgen-core
233-
tqdm==4.67.3
233+
tqdm==4.68.1
234234
# via
235235
# mpcontribs-client (MPContribs/mpcontribs-client/pyproject.toml)
236236
# pymatgen-core
237-
traitlets==5.15.0
237+
traitlets==5.15.1
238238
# via
239239
# ipython
240240
# matplotlib-inline
@@ -258,7 +258,7 @@ uri-template==1.3.0
258258
# via jsonschema
259259
urllib3==2.7.0
260260
# via requests
261-
wcwidth==0.7.0
261+
wcwidth==0.8.0
262262
# via prompt-toolkit
263263
webcolors==25.10.0
264264
# via jsonschema

mpcontribs-kernel-gateway/requirements/deployment.txt

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ beautifulsoup4==4.14.3
2222
# via nbconvert
2323
bibtexparser==1.4.4
2424
# via pymatgen-core
25-
bleach[css]==6.3.0
25+
bleach[css]==6.4.0
2626
# via nbconvert
2727
blinker==1.9.0
2828
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
@@ -32,7 +32,7 @@ bravado==12.0.1
3232
# via mpcontribs-client
3333
bravado-core==6.4.1
3434
# via bravado
35-
bytecode==0.17.0
35+
bytecode==0.18.1
3636
# via ddtrace
3737
cachetools==7.1.4
3838
# via mpcontribs-client
@@ -91,7 +91,7 @@ importlib-resources==7.1.0
9191
# via swagger-spec-validator
9292
ipykernel==7.2.0
9393
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
94-
ipython==9.14.0
94+
ipython==9.14.1
9595
# via
9696
# ipykernel
9797
# ipywidgets
@@ -124,7 +124,7 @@ jsonschema[format-nongpl]==4.26.0
124124
# swagger-spec-validator
125125
jsonschema-specifications==2025.9.1
126126
# via jsonschema
127-
jupyter-client==8.8.0
127+
jupyter-client==8.9.0
128128
# via
129129
# -r MPContribs/mpcontribs-kernel-gateway/requirements.in
130130
# ipykernel
@@ -190,9 +190,9 @@ msgpack==1.1.2
190190
# via
191191
# bravado
192192
# bravado-core
193-
narwhals==2.22.0
193+
narwhals==2.22.1
194194
# via plotly
195-
nbclient==0.10.4
195+
nbclient==0.11.0
196196
# via nbconvert
197197
nbconvert==7.17.1
198198
# via jupyter-server
@@ -255,7 +255,7 @@ platformdirs==4.10.0
255255
# choreographer
256256
# jupyter-core
257257
# pint
258-
plotly==6.7.0
258+
plotly==6.8.0
259259
# via
260260
# mpcontribs-client
261261
# pymatgen-core
@@ -381,7 +381,7 @@ terminado==0.18.1
381381
# via
382382
# jupyter-server
383383
# jupyter-server-terminals
384-
tinycss2==1.4.0
384+
tinycss2==1.5.1
385385
# via bleach
386386
tornado==6.5.6
387387
# via
@@ -390,11 +390,11 @@ tornado==6.5.6
390390
# jupyter-kernel-gateway
391391
# jupyter-server
392392
# terminado
393-
tqdm==4.67.3
393+
tqdm==4.68.1
394394
# via
395395
# mpcontribs-client
396396
# pymatgen-core
397-
traitlets==5.15.0
397+
traitlets==5.15.1
398398
# via
399399
# ipykernel
400400
# ipython
@@ -416,6 +416,7 @@ typing-extensions==4.15.0
416416
# flexcache
417417
# flexparser
418418
# ipython
419+
# jupyter-client
419420
# opentelemetry-api
420421
# pint
421422
# referencing
@@ -431,7 +432,7 @@ uri-template==1.3.0
431432
# via jsonschema
432433
urllib3==2.7.0
433434
# via requests
434-
wcwidth==0.7.0
435+
wcwidth==0.8.0
435436
# via prompt-toolkit
436437
webcolors==25.10.0
437438
# via jsonschema

mpcontribs-portal/requirements/deployment.txt

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,23 @@ beautifulsoup4==4.14.3
1818
# via nbconvert
1919
bibtexparser==1.4.4
2020
# via pymatgen-core
21-
bleach[css]==6.3.0
21+
bleach[css]==6.4.0
2222
# via nbconvert
2323
boltons==25.0.0
2424
# via
2525
# mpcontribs-client
2626
# mpcontribs-portal (MPContribs/mpcontribs-portal/pyproject.toml)
27-
boto3==1.43.20
27+
boto3==1.43.24
2828
# via mpcontribs-portal (MPContribs/mpcontribs-portal/pyproject.toml)
29-
botocore==1.43.20
29+
botocore==1.43.24
3030
# via
3131
# boto3
3232
# s3transfer
3333
bravado==12.0.1
3434
# via mpcontribs-client
3535
bravado-core==6.4.1
3636
# via bravado
37-
bytecode==0.17.0
37+
bytecode==0.18.1
3838
# via ddtrace
3939
cachetools==7.1.4
4040
# via mpcontribs-client
@@ -105,7 +105,7 @@ importlib-resources==7.1.0
105105
# via swagger-spec-validator
106106
ipykernel==7.2.0
107107
# via mpcontribs-portal (MPContribs/mpcontribs-portal/pyproject.toml)
108-
ipython==9.14.0
108+
ipython==9.14.1
109109
# via
110110
# ipykernel
111111
# mpcontribs-client
@@ -142,7 +142,7 @@ jsonschema[format-nongpl]==4.26.0
142142
# swagger-spec-validator
143143
jsonschema-specifications==2025.9.1
144144
# via jsonschema
145-
jupyter-client==8.8.0
145+
jupyter-client==8.9.0
146146
# via
147147
# ipykernel
148148
# nbclient
@@ -189,9 +189,9 @@ msgpack==1.1.2
189189
# via
190190
# bravado
191191
# bravado-core
192-
narwhals==2.22.0
192+
narwhals==2.22.1
193193
# via plotly
194-
nbclient==0.10.4
194+
nbclient==0.11.0
195195
# via nbconvert
196196
nbconvert==7.17.1
197197
# via mpcontribs-portal (MPContribs/mpcontribs-portal/pyproject.toml)
@@ -247,7 +247,7 @@ platformdirs==4.10.0
247247
# via
248248
# jupyter-core
249249
# pint
250-
plotly==6.7.0
250+
plotly==6.8.0
251251
# via
252252
# mpcontribs-client
253253
# pymatgen-core
@@ -361,17 +361,17 @@ sympy==1.14.0
361361
# via pymatgen-core
362362
tabulate==0.10.0
363363
# via pymatgen-core
364-
tinycss2==1.4.0
364+
tinycss2==1.5.1
365365
# via bleach
366366
tornado==6.5.6
367367
# via
368368
# ipykernel
369369
# jupyter-client
370-
tqdm==4.67.3
370+
tqdm==4.68.1
371371
# via
372372
# mpcontribs-client
373373
# pymatgen-core
374-
traitlets==5.15.0
374+
traitlets==5.15.1
375375
# via
376376
# ipykernel
377377
# ipython
@@ -388,6 +388,7 @@ typing-extensions==4.15.0
388388
# flexcache
389389
# flexparser
390390
# ipython
391+
# jupyter-client
391392
# opentelemetry-api
392393
# pint
393394
# referencing
@@ -405,7 +406,7 @@ urllib3==2.7.0
405406
# via
406407
# botocore
407408
# requests
408-
wcwidth==0.7.0
409+
wcwidth==0.8.0
409410
# via prompt-toolkit
410411
webcolors==25.10.0
411412
# via jsonschema

0 commit comments

Comments
 (0)