Skip to content

Commit 1606088

Browse files
author
github-actions
committed
upgrade dependencies for deployment
1 parent fd55f68 commit 1606088

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

emmet-api/requirements/deployment.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ attrs==25.3.0
2121
# referencing
2222
bcrypt==4.3.0
2323
# via paramiko
24-
boto3==1.37.33
24+
boto3==1.37.36
2525
# via
2626
# emmet-api (emmet/emmet-api/setup.py)
2727
# maggma
28-
botocore==1.37.33
28+
botocore==1.37.36
2929
# via
3030
# boto3
3131
# s3transfer
@@ -41,13 +41,13 @@ charset-normalizer==3.4.1
4141
# via requests
4242
click==8.1.8
4343
# via uvicorn
44-
contourpy==1.3.1
44+
contourpy==1.3.2
4545
# via matplotlib
4646
cryptography==44.0.2
4747
# via paramiko
4848
cycler==0.12.1
4949
# via matplotlib
50-
ddtrace==2.21.5
50+
ddtrace==2.21.6
5151
# via emmet-api (emmet/emmet-api/setup.py)
5252
deprecated==1.2.18
5353
# via opentelemetry-api
@@ -114,7 +114,7 @@ mpmath==1.3.0
114114
# via sympy
115115
msgpack==1.1.0
116116
# via maggma
117-
narwhals==1.34.1
117+
narwhals==1.35.0
118118
# via plotly
119119
networkx==3.4.2
120120
# via
@@ -136,7 +136,7 @@ numpy==1.26.4
136136
# shapely
137137
# spglib
138138
# tifffile
139-
opentelemetry-api==1.32.0
139+
opentelemetry-api==1.32.1
140140
# via ddtrace
141141
orjson==3.10.16
142142
# via maggma
@@ -186,7 +186,7 @@ pydantic-settings==2.8.1
186186
# maggma
187187
pydash==8.0.5
188188
# via maggma
189-
pymatgen==2025.4.10
189+
pymatgen==2025.4.17
190190
# via
191191
# emmet-core
192192
# mp-pyrho
@@ -235,7 +235,7 @@ ruamel-yaml==0.18.10
235235
# pymatgen
236236
ruamel-yaml-clib==0.2.12
237237
# via ruamel-yaml
238-
s3transfer==0.11.4
238+
s3transfer==0.11.5
239239
# via boto3
240240
scikit-image==0.25.2
241241
# via pymatgen-analysis-defects

emmet-core/requirements/deployment.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ certifi==2025.1.31
1010
# via requests
1111
charset-normalizer==3.4.1
1212
# via requests
13-
contourpy==1.3.1
13+
contourpy==1.3.2
1414
# via matplotlib
1515
cycler==0.12.1
1616
# via matplotlib
@@ -34,7 +34,7 @@ monty==2025.3.3
3434
# pymatgen
3535
mpmath==1.3.0
3636
# via sympy
37-
narwhals==1.34.1
37+
narwhals==1.35.0
3838
# via plotly
3939
networkx==3.4.2
4040
# via pymatgen
@@ -74,7 +74,7 @@ pydantic-core==2.33.1
7474
# via pydantic
7575
pydantic-settings==2.8.1
7676
# via emmet-core (emmet/emmet-core/setup.py)
77-
pymatgen==2025.4.10
77+
pymatgen==2025.4.17
7878
# via emmet-core (emmet/emmet-core/setup.py)
7979
pyparsing==3.2.3
8080
# via matplotlib

0 commit comments

Comments
 (0)