Skip to content

Commit

Permalink
upgrade dependencies for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 7, 2024
1 parent 8c037bb commit a26f569
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions emmet-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ attrs==24.2.0
# referencing
bcrypt==4.2.0
# via paramiko
boto3==1.35.29
boto3==1.35.34
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.35.29
botocore==1.35.34
# via
# boto3
# s3transfer
Expand All @@ -47,11 +47,11 @@ cryptography==43.0.1
# via paramiko
cycler==0.12.1
# via matplotlib
ddtrace==2.14.0
ddtrace==2.14.2
# via emmet-api (emmet/emmet-api/setup.py)
deprecated==1.2.14
# via opentelemetry-api
dnspython==2.6.1
dnspython==2.7.0
# via
# maggma
# pymongo
Expand Down Expand Up @@ -187,7 +187,7 @@ pydantic-settings==2.5.2
# maggma
pydash==8.0.3
# via maggma
pymatgen==2024.9.17.1
pymatgen==2024.10.3
# via
# emmet-core
# mp-pyrho
Expand Down
2 changes: 1 addition & 1 deletion emmet-core/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ pydantic-core==2.23.4
# via pydantic
pydantic-settings==2.5.2
# via emmet-core (emmet/emmet-core/setup.py)
pymatgen==2024.9.17.1
pymatgen==2024.10.3
# via emmet-core (emmet/emmet-core/setup.py)
pyparsing==3.1.4
# via matplotlib
Expand Down

0 comments on commit a26f569

Please sign in to comment.