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 Dec 9, 2024
1 parent 2cec897 commit 97801d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions emmet-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ aioitertools==0.12.0
# via maggma
annotated-types==0.7.0
# via pydantic
anyio==4.6.2.post1
anyio==4.7.0
# via starlette
asgi-logger==0.1.0
# via emmet-api (emmet/emmet-api/setup.py)
Expand All @@ -21,11 +21,11 @@ attrs==24.2.0
# referencing
bcrypt==4.2.1
# via paramiko
boto3==1.35.75
boto3==1.35.76
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.35.75
botocore==1.35.76
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -63,7 +63,7 @@ fastapi==0.115.6
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
fonttools==4.55.1
fonttools==4.55.2
# via matplotlib
gunicorn==23.0.0
# via emmet-api (emmet/emmet-api/setup.py)
Expand Down Expand Up @@ -278,6 +278,7 @@ tqdm==4.67.1
# pymatgen
typing-extensions==4.12.2
# via
# anyio
# ddtrace
# emmet-core
# fastapi
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 @@ -14,7 +14,7 @@ contourpy==1.3.1
# via matplotlib
cycler==0.12.1
# via matplotlib
fonttools==4.55.1
fonttools==4.55.2
# via matplotlib
idna==3.10
# via requests
Expand Down

0 comments on commit 97801d0

Please sign in to comment.