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 Jan 9, 2024
1 parent f1fa303 commit af7d707
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 @@ -26,11 +26,11 @@ bcrypt==4.1.2
# via paramiko
blinker==1.7.0
# via flask
boto3==1.34.14
boto3==1.34.15
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.34.14
botocore==1.34.15
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -67,7 +67,7 @@ dnspython==2.4.2
# via
# maggma
# pymongo
emmet-core[all]==0.75.2
emmet-core[all]==0.75.3
# via emmet-api (emmet/emmet-api/setup.py)
envier==0.5.0
# via ddtrace
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 @@ -30,9 +30,9 @@ bcrypt==4.1.2
# via paramiko
blinker==1.7.0
# via flask
boto3==1.34.14
boto3==1.34.15
# via maggma
botocore==1.34.14
botocore==1.34.15
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -65,7 +65,7 @@ dnspython==2.4.2
# via
# maggma
# pymongo
emmet-core[all,ml]==0.75.2
emmet-core[all,ml]==0.75.3
# via emmet-builders (emmet/emmet-builders/setup.py)
exceptiongroup==1.2.0
# via anyio
Expand Down

0 comments on commit af7d707

Please sign in to comment.