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 24, 2024
1 parent 6de3edb commit 00b5fcf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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.25
boto3==1.35.26
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.35.25
botocore==1.35.26
# via
# boto3
# s3transfer
Expand All @@ -47,7 +47,7 @@ cryptography==43.0.1
# via paramiko
cycler==0.12.1
# via matplotlib
ddtrace==2.12.2
ddtrace==2.13.0
# via emmet-api (emmet/emmet-api/setup.py)
deprecated==1.2.14
# via opentelemetry-api
Expand All @@ -65,7 +65,7 @@ fastapi==0.115.0
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
fonttools==4.54.0
fonttools==4.54.1
# via matplotlib
gunicorn==23.0.0
# via emmet-api (emmet/emmet-api/setup.py)
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.0
# via matplotlib
cycler==0.12.1
# via matplotlib
fonttools==4.54.0
fonttools==4.54.1
# via matplotlib
idna==3.10
# via requests
Expand Down

0 comments on commit 00b5fcf

Please sign in to comment.