Skip to content

Commit e4cdcc8

Browse files
author
github-actions
committed
upgrade dependencies for deployment
1 parent 98ac15c commit e4cdcc8

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

emmet-api/requirements/deployment.txt

+7-8
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ attrs==25.1.0
2121
# referencing
2222
bcrypt==4.2.1
2323
# via paramiko
24-
boto3==1.36.21
24+
boto3==1.36.25
2525
# via
2626
# emmet-api (emmet/emmet-api/setup.py)
2727
# maggma
28-
botocore==1.36.21
28+
botocore==1.36.25
2929
# via
3030
# boto3
3131
# s3transfer
@@ -47,7 +47,7 @@ cryptography==44.0.1
4747
# via paramiko
4848
cycler==0.12.1
4949
# via matplotlib
50-
ddtrace==2.21.0
50+
ddtrace==3.0.0
5151
# via emmet-api (emmet/emmet-api/setup.py)
5252
deprecated==1.2.18
5353
# via opentelemetry-api
@@ -124,7 +124,6 @@ numpy==1.26.4
124124
# via
125125
# -r python/requirements.txt
126126
# contourpy
127-
# emmet-api (emmet/emmet-api/setup.py)
128127
# emmet-core
129128
# imageio
130129
# maggma
@@ -188,7 +187,7 @@ pydantic-settings==2.7.1
188187
# maggma
189188
pydash==8.0.5
190189
# via maggma
191-
pymatgen==2025.1.9
190+
pymatgen==2025.2.18
192191
# via
193192
# emmet-core
194193
# mp-pyrho
@@ -226,7 +225,7 @@ referencing==0.36.2
226225
# jsonschema-specifications
227226
requests==2.32.3
228227
# via pymatgen
229-
rpds-py==0.22.3
228+
rpds-py==0.23.0
230229
# via
231230
# jsonschema
232231
# referencing
@@ -239,7 +238,7 @@ ruamel-yaml-clib==0.2.12
239238
# via ruamel-yaml
240239
s3transfer==0.11.2
241240
# via boto3
242-
scikit-image==0.25.1
241+
scikit-image==0.25.2
243242
# via pymatgen-analysis-defects
244243
scipy==1.15.2
245244
# via
@@ -270,7 +269,7 @@ sympy==1.13.3
270269
# via pymatgen
271270
tabulate==0.9.0
272271
# via pymatgen
273-
tifffile==2025.1.10
272+
tifffile==2025.2.18
274273
# via scikit-image
275274
tqdm==4.67.1
276275
# via

emmet-core/requirements/deployment.txt

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ numpy==1.26.4
4242
# via
4343
# -r python/requirements.txt
4444
# contourpy
45-
# emmet-core (emmet/emmet-core/setup.py)
4645
# matplotlib
4746
# monty
4847
# pandas

0 commit comments

Comments
 (0)