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 Jun 22, 2023
1 parent cd8ab07 commit c4580e2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions emmet-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ bcrypt==4.0.1
# via paramiko
blinker==1.6.2
# via flask
boto3==1.26.158
boto3==1.26.159
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.29.158
botocore==1.29.159
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -58,7 +58,7 @@ dnspython==2.3.0
# via
# maggma
# pymongo
emmet-core[all]==0.57.1
emmet-core[all]==0.57.2
# via
# emmet-api (emmet/emmet-api/setup.py)
# mp-api
Expand All @@ -68,7 +68,7 @@ exceptiongroup==1.1.1
# via
# anyio
# cattrs
fastapi==0.97.0
fastapi==0.98.0
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
Expand Down
8 changes: 4 additions & 4 deletions emmet-builders/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ bcrypt==4.0.1
# via paramiko
blinker==1.6.2
# via flask
boto3==1.26.158
boto3==1.26.159
# via maggma
botocore==1.29.158
botocore==1.29.159
# via
# boto3
# s3transfer
Expand All @@ -42,13 +42,13 @@ dnspython==2.3.0
# via
# maggma
# pymongo
emmet-core[all]==0.57.1
emmet-core[all]==0.57.2
# via
# emmet-builders (emmet/emmet-builders/setup.py)
# mp-api
exceptiongroup==1.1.1
# via anyio
fastapi==0.97.0
fastapi==0.98.0
# via maggma
flask==2.3.2
# via mongogrant
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 @@ -12,7 +12,7 @@ contourpy==1.1.0
# via matplotlib
cycler==0.11.0
# via matplotlib
emmet-core==0.57.1
emmet-core==0.57.2
# via mp-api
fonttools==4.40.0
# via matplotlib
Expand Down

0 comments on commit c4580e2

Please sign in to comment.