Skip to content

Commit 947ecc8

Browse files
author
github-actions
committed
upgrade dependencies for deployment
1 parent ea7d0f6 commit 947ecc8

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

emmet-api/requirements/deployment.txt

+7-6
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ attrs==25.1.0
2121
# referencing
2222
bcrypt==4.3.0
2323
# via paramiko
24-
boto3==1.37.8
24+
boto3==1.37.9
2525
# via
2626
# emmet-api (emmet/emmet-api/setup.py)
2727
# maggma
28-
botocore==1.37.8
28+
botocore==1.37.9
2929
# via
3030
# boto3
3131
# s3transfer
@@ -95,7 +95,7 @@ latexcodec==3.0.0
9595
# via pybtex
9696
lazy-loader==0.4
9797
# via scikit-image
98-
maggma[api]==0.71.4
98+
maggma[api]==0.71.5
9999
# via emmet-api (emmet/emmet-api/setup.py)
100100
matplotlib==3.10.1
101101
# via
@@ -114,7 +114,7 @@ mpmath==1.3.0
114114
# via sympy
115115
msgpack==1.1.0
116116
# via maggma
117-
narwhals==1.29.1
117+
narwhals==1.30.0
118118
# via plotly
119119
networkx==3.4.2
120120
# via
@@ -258,11 +258,11 @@ six==1.17.0
258258
# python-dateutil
259259
sniffio==1.3.1
260260
# via anyio
261-
spglib==2.5.0
261+
spglib==2.6.0
262262
# via pymatgen
263263
sshtunnel==0.4.0
264264
# via maggma
265-
starlette==0.46.0
265+
starlette==0.46.1
266266
# via fastapi
267267
sympy==1.13.3
268268
# via pymatgen
@@ -284,6 +284,7 @@ typing-extensions==4.12.2
284284
# pydantic-core
285285
# pydash
286286
# referencing
287+
# spglib
287288
tzdata==2025.1
288289
# via pandas
289290
uncertainties==3.2.2

emmet-core/requirements/deployment.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ monty==2025.3.3
3434
# pymatgen
3535
mpmath==1.3.0
3636
# via sympy
37-
narwhals==1.29.1
37+
narwhals==1.30.0
3838
# via plotly
3939
networkx==3.4.2
4040
# via pymatgen
@@ -104,7 +104,7 @@ six==1.17.0
104104
# via
105105
# pybtex
106106
# python-dateutil
107-
spglib==2.5.0
107+
spglib==2.6.0
108108
# via pymatgen
109109
sympy==1.13.3
110110
# via pymatgen
@@ -117,6 +117,7 @@ typing-extensions==4.12.2
117117
# emmet-core (emmet/emmet-core/setup.py)
118118
# pydantic
119119
# pydantic-core
120+
# spglib
120121
tzdata==2025.1
121122
# via pandas
122123
uncertainties==3.2.2

0 commit comments

Comments
 (0)