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 Sep 23, 2024
1 parent c8026a8 commit e52f543
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.24
boto3==1.35.25
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.35.24
botocore==1.35.25
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -287,7 +287,7 @@ typing-extensions==4.12.2
# pydantic-core
# pydash
# uvicorn
tzdata==2024.1
tzdata==2024.2
# via pandas
uncertainties==3.2.2
# via pymatgen
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 @@ -115,7 +115,7 @@ typing-extensions==4.12.2
# emmet-core (emmet/emmet-core/setup.py)
# pydantic
# pydantic-core
tzdata==2024.1
tzdata==2024.2
# via pandas
uncertainties==3.2.2
# via pymatgen
Expand Down

0 comments on commit e52f543

Please sign in to comment.