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 6, 2023
1 parent 7d7d03e commit c3555a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions emmet-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ bcrypt==4.1.1
# via paramiko
blinker==1.7.0
# via flask
boto3==1.33.8
boto3==1.33.9
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.33.8
botocore==1.33.9
# via
# boto3
# s3transfer
Expand Down
6 changes: 3 additions & 3 deletions emmet-builders/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ bcrypt==4.1.1
# via paramiko
blinker==1.7.0
# via flask
boto3==1.33.8
boto3==1.33.9
# via maggma
botocore==1.33.8
botocore==1.33.9
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -434,7 +434,7 @@ uvicorn==0.24.0.post1
# via maggma
werkzeug==3.0.1
# via flask
yarl==1.9.3
yarl==1.9.4
# via aiohttp

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit c3555a9

Please sign in to comment.