Skip to content

Commit 06d09e9

Browse files
author
github-actions
committed
upgrade dependencies for deployment
1 parent b4aa8d3 commit 06d09e9

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

emmet-api/requirements/deployment.txt

+6-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.4
24+
boto3==1.37.8
2525
# via
2626
# emmet-api (emmet/emmet-api/setup.py)
2727
# maggma
28-
botocore==1.37.4
28+
botocore==1.37.8
2929
# via
3030
# boto3
3131
# s3transfer
@@ -103,7 +103,7 @@ matplotlib==3.10.1
103103
# pymatgen
104104
mongomock==4.3.0
105105
# via maggma
106-
monty==2025.1.9
106+
monty==2025.3.3
107107
# via
108108
# emmet-core
109109
# maggma
@@ -114,7 +114,7 @@ mpmath==1.3.0
114114
# via sympy
115115
msgpack==1.1.0
116116
# via maggma
117-
narwhals==1.29.0
117+
narwhals==1.29.1
118118
# via plotly
119119
networkx==3.4.2
120120
# via
@@ -164,7 +164,7 @@ pillow==11.1.0
164164
# scikit-image
165165
plotly==6.0.0
166166
# via pymatgen
167-
protobuf==5.29.3
167+
protobuf==6.30.0
168168
# via ddtrace
169169
pybtex==0.24.0
170170
# via
@@ -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.3
238+
s3transfer==0.11.4
239239
# via boto3
240240
scikit-image==0.25.2
241241
# via pymatgen-analysis-defects

emmet-core/requirements/deployment.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ matplotlib==3.10.1
2828
# via
2929
# -r python/requirements.txt
3030
# pymatgen
31-
monty==2025.1.9
31+
monty==2025.3.3
3232
# via
3333
# emmet-core (emmet/emmet-core/setup.py)
3434
# pymatgen
3535
mpmath==1.3.0
3636
# via sympy
37-
narwhals==1.29.0
37+
narwhals==1.29.1
3838
# via plotly
3939
networkx==3.4.2
4040
# via pymatgen

0 commit comments

Comments
 (0)