Skip to content

Commit 914c9f9

Browse files
author
github-actions
committed
upgrade dependencies for deployment
1 parent c73a07a commit 914c9f9

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

mpcontribs-api/requirements/deployment.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ attrs==26.1.0
2828
# referencing
2929
backports-zstd==1.5.0
3030
# via flask-compress
31-
beautifulsoup4==4.14.3
31+
beautifulsoup4==4.15.0
3232
# via nbconvert
3333
bibtexparser==1.4.4
3434
# via pymatgen-core
@@ -38,9 +38,9 @@ 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.24
41+
boto3==1.43.25
4242
# via flask-mongorest-mpcontribs
43-
botocore==1.43.24
43+
botocore==1.43.25
4444
# via
4545
# boto3
4646
# s3transfer
@@ -477,7 +477,7 @@ terminado==0.18.1
477477
# notebook
478478
tinycss2==1.5.1
479479
# via bleach
480-
tornado==6.5.6
480+
tornado==6.5.7
481481
# via
482482
# ipykernel
483483
# jupyter-client
@@ -525,7 +525,7 @@ urllib3==2.7.0
525525
# via
526526
# botocore
527527
# requests
528-
wcwidth==0.8.0
528+
wcwidth==0.8.1
529529
# via prompt-toolkit
530530
webcolors==25.10.0
531531
# via jsonschema

mpcontribs-client/requirements/deployment.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ uri-template==1.3.0
258258
# via jsonschema
259259
urllib3==2.7.0
260260
# via requests
261-
wcwidth==0.8.0
261+
wcwidth==0.8.1
262262
# via prompt-toolkit
263263
webcolors==25.10.0
264264
# via jsonschema

mpcontribs-kernel-gateway/requirements/deployment.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ attrs==26.1.0
1818
# via
1919
# jsonschema
2020
# referencing
21-
beautifulsoup4==4.14.3
21+
beautifulsoup4==4.15.0
2222
# via nbconvert
2323
bibtexparser==1.4.4
2424
# via pymatgen-core
@@ -383,7 +383,7 @@ terminado==0.18.1
383383
# jupyter-server-terminals
384384
tinycss2==1.5.1
385385
# via bleach
386-
tornado==6.5.6
386+
tornado==6.5.7
387387
# via
388388
# ipykernel
389389
# jupyter-client
@@ -432,7 +432,7 @@ uri-template==1.3.0
432432
# via jsonschema
433433
urllib3==2.7.0
434434
# via requests
435-
wcwidth==0.8.0
435+
wcwidth==0.8.1
436436
# via prompt-toolkit
437437
webcolors==25.10.0
438438
# via jsonschema

mpcontribs-portal/requirements/deployment.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ attrs==26.1.0
1414
# via
1515
# jsonschema
1616
# referencing
17-
beautifulsoup4==4.14.3
17+
beautifulsoup4==4.15.0
1818
# via nbconvert
1919
bibtexparser==1.4.4
2020
# via pymatgen-core
@@ -24,9 +24,9 @@ boltons==25.0.0
2424
# via
2525
# mpcontribs-client
2626
# mpcontribs-portal (MPContribs/mpcontribs-portal/pyproject.toml)
27-
boto3==1.43.24
27+
boto3==1.43.25
2828
# via mpcontribs-portal (MPContribs/mpcontribs-portal/pyproject.toml)
29-
botocore==1.43.24
29+
botocore==1.43.25
3030
# via
3131
# boto3
3232
# s3transfer
@@ -363,7 +363,7 @@ tabulate==0.10.0
363363
# via pymatgen-core
364364
tinycss2==1.5.1
365365
# via bleach
366-
tornado==6.5.6
366+
tornado==6.5.7
367367
# via
368368
# ipykernel
369369
# jupyter-client
@@ -406,7 +406,7 @@ urllib3==2.7.0
406406
# via
407407
# botocore
408408
# requests
409-
wcwidth==0.8.0
409+
wcwidth==0.8.1
410410
# via prompt-toolkit
411411
webcolors==25.10.0
412412
# via jsonschema

0 commit comments

Comments
 (0)