Skip to content

Commit c079253

Browse files
author
github-actions
committed
upgrade dependencies for deployment
1 parent 2a4e057 commit c079253

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

emmet-api/requirements/deployment.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ bcrypt==4.3.0
2323
# via paramiko
2424
bibtexparser==1.4.3
2525
# via pymatgen
26-
boto3==1.38.8
26+
boto3==1.38.13
2727
# via
2828
# emmet-api (emmet/emmet-api/setup.py)
2929
# maggma
30-
botocore==1.38.8
30+
botocore==1.38.13
3131
# via
3232
# boto3
3333
# s3transfer
@@ -41,15 +41,15 @@ cffi==1.17.1
4141
# pynacl
4242
charset-normalizer==3.4.2
4343
# via requests
44-
click==8.1.8
44+
click==8.2.0
4545
# via uvicorn
4646
contourpy==1.3.2
4747
# via matplotlib
4848
cryptography==44.0.3
4949
# via paramiko
5050
cycler==0.12.1
5151
# via matplotlib
52-
ddtrace==2.21.6
52+
ddtrace==2.21.7
5353
# via emmet-api (emmet/emmet-api/setup.py)
5454
deprecated==1.2.18
5555
# via opentelemetry-api
@@ -65,7 +65,7 @@ fastapi==0.115.12
6565
# via
6666
# emmet-api (emmet/emmet-api/setup.py)
6767
# maggma
68-
fonttools==4.57.0
68+
fonttools==4.58.0
6969
# via matplotlib
7070
gunicorn==23.0.0
7171
# via emmet-api (emmet/emmet-api/setup.py)
@@ -99,7 +99,7 @@ lazy-loader==0.4
9999
# via scikit-image
100100
maggma[api]==0.71.5
101101
# via emmet-api (emmet/emmet-api/setup.py)
102-
matplotlib==3.10.1
102+
matplotlib==3.10.3
103103
# via
104104
# -r python/requirements.txt
105105
# pymatgen
@@ -116,7 +116,7 @@ mpmath==1.3.0
116116
# via sympy
117117
msgpack==1.1.0
118118
# via maggma
119-
narwhals==1.38.0
119+
narwhals==1.39.0
120120
# via plotly
121121
networkx==3.4.2
122122
# via
@@ -138,7 +138,7 @@ numpy==1.26.4
138138
# shapely
139139
# spglib
140140
# tifffile
141-
opentelemetry-api==1.32.1
141+
opentelemetry-api==1.33.0
142142
# via ddtrace
143143
orjson==3.10.18
144144
# via maggma
@@ -241,7 +241,7 @@ s3transfer==0.12.0
241241
# via boto3
242242
scikit-image==0.25.2
243243
# via pymatgen-analysis-defects
244-
scipy==1.15.2
244+
scipy==1.15.3
245245
# via
246246
# -r python/requirements.txt
247247
# pymatgen
@@ -270,7 +270,7 @@ sympy==1.14.0
270270
# via pymatgen
271271
tabulate==0.9.0
272272
# via pymatgen
273-
tifffile==2025.3.30
273+
tifffile==2025.5.10
274274
# via scikit-image
275275
tqdm==4.67.1
276276
# via

emmet-core/requirements/deployment.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ contourpy==1.3.2
1616
# via matplotlib
1717
cycler==0.12.1
1818
# via matplotlib
19-
fonttools==4.57.0
19+
fonttools==4.58.0
2020
# via matplotlib
2121
idna==3.10
2222
# via requests
@@ -26,7 +26,7 @@ kiwisolver==1.4.8
2626
# via matplotlib
2727
latexcodec==3.0.0
2828
# via pybtex
29-
matplotlib==3.10.1
29+
matplotlib==3.10.3
3030
# via
3131
# -r python/requirements.txt
3232
# pymatgen
@@ -36,7 +36,7 @@ monty==2025.3.3
3636
# pymatgen
3737
mpmath==1.3.0
3838
# via sympy
39-
narwhals==1.38.0
39+
narwhals==1.39.0
4040
# via plotly
4141
networkx==3.4.2
4242
# via pymatgen
@@ -98,7 +98,7 @@ ruamel-yaml==0.18.10
9898
# pymatgen
9999
ruamel-yaml-clib==0.2.12
100100
# via ruamel-yaml
101-
scipy==1.15.2
101+
scipy==1.15.3
102102
# via
103103
# -r python/requirements.txt
104104
# pymatgen

0 commit comments

Comments
 (0)