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 Mar 14, 2023
1 parent ef7d3fe commit 81eaaff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions emmet-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ attrs==22.2.0
# jsonschema
bcrypt==4.0.1
# via paramiko
boto3==1.26.90
boto3==1.26.91
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.29.90
botocore==1.29.91
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -62,7 +62,7 @@ envier==0.4.0
# via ddtrace
exceptiongroup==1.1.1
# via cattrs
fastapi==0.94.0
fastapi==0.94.1
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
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 @@ -12,9 +12,9 @@ attrs==22.2.0
# via jsonschema
bcrypt==4.0.1
# via paramiko
boto3==1.26.90
boto3==1.26.91
# via maggma
botocore==1.29.90
botocore==1.29.91
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -44,7 +44,7 @@ emmet-core[all]==0.49.1
# via
# emmet-builders (emmet/emmet-builders/setup.py)
# mp-api
fastapi==0.94.0
fastapi==0.94.1
# via maggma
flask==2.2.3
# via mongogrant
Expand Down

0 comments on commit 81eaaff

Please sign in to comment.