Skip to content

Commit 4cb085d

Browse files
author
github-actions
committed
upgrade dependencies for deployment
1 parent 8dc33da commit 4cb085d

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

emmet-api/requirements/deployment.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ attrs==25.1.0
1919
# jsonlines
2020
# jsonschema
2121
# referencing
22-
bcrypt==4.2.1
22+
bcrypt==4.3.0
2323
# via paramiko
24-
boto3==1.37.2
24+
boto3==1.37.4
2525
# via
2626
# emmet-api (emmet/emmet-api/setup.py)
2727
# maggma
28-
botocore==1.37.2
28+
botocore==1.37.4
2929
# via
3030
# boto3
3131
# s3transfer
@@ -59,7 +59,7 @@ emmet-core==0.84.6rc5
5959
# via emmet-api (emmet/emmet-api/setup.py)
6060
envier==0.6.1
6161
# via ddtrace
62-
fastapi==0.115.8
62+
fastapi==0.115.10
6363
# via
6464
# emmet-api (emmet/emmet-api/setup.py)
6565
# maggma
@@ -97,7 +97,7 @@ lazy-loader==0.4
9797
# via scikit-image
9898
maggma[api]==0.71.4
9999
# via emmet-api (emmet/emmet-api/setup.py)
100-
matplotlib==3.10.0
100+
matplotlib==3.10.1
101101
# via
102102
# -r python/requirements.txt
103103
# pymatgen
@@ -180,7 +180,7 @@ pydantic==2.10.6
180180
# pydantic-settings
181181
pydantic-core==2.27.2
182182
# via pydantic
183-
pydantic-settings==2.8.0
183+
pydantic-settings==2.8.1
184184
# via
185185
# emmet-core
186186
# maggma
@@ -262,7 +262,7 @@ spglib==2.5.0
262262
# via pymatgen
263263
sshtunnel==0.4.0
264264
# via maggma
265-
starlette==0.45.3
265+
starlette==0.46.0
266266
# via fastapi
267267
sympy==1.13.3
268268
# via pymatgen

emmet-core/requirements/deployment.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ kiwisolver==1.4.8
2424
# via matplotlib
2525
latexcodec==3.0.0
2626
# via pybtex
27-
matplotlib==3.10.0
27+
matplotlib==3.10.1
2828
# via
2929
# -r python/requirements.txt
3030
# pymatgen
@@ -72,7 +72,7 @@ pydantic==2.10.6
7272
# pydantic-settings
7373
pydantic-core==2.27.2
7474
# via pydantic
75-
pydantic-settings==2.8.0
75+
pydantic-settings==2.8.1
7676
# via emmet-core (emmet/emmet-core/setup.py)
7777
pymatgen==2025.1.9
7878
# via emmet-core (emmet/emmet-core/setup.py)

0 commit comments

Comments
 (0)