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 Jul 24, 2023
1 parent b742e34 commit 64bb246
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions emmet-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ bcrypt==4.0.1
# via paramiko
blinker==1.6.2
# via flask
boto3==1.28.8
boto3==1.28.9
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.31.8
botocore==1.31.9
# via
# boto3
# s3transfer
bytecode==0.14.2
# via ddtrace
cattrs==23.1.2
# via ddtrace
certifi==2023.5.7
certifi==2023.7.22
# via
# httpcore
# requests
Expand All @@ -57,7 +57,7 @@ cycler==0.11.0
# via matplotlib
ddsketch==2.0.4
# via ddtrace
ddtrace==1.17.0
ddtrace==1.17.1
# via emmet-api (emmet/emmet-api/setup.py)
deprecated==1.2.14
# via opentelemetry-api
Expand All @@ -81,7 +81,7 @@ fastapi==0.100.0
# maggma
flask==2.3.2
# via mongogrant
fonttools==4.41.0
fonttools==4.41.1
# via matplotlib
future==0.18.3
# via
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 @@ -18,13 +18,13 @@ bcrypt==4.0.1
# via paramiko
blinker==1.6.2
# via flask
boto3==1.28.8
boto3==1.28.9
# via maggma
botocore==1.31.8
botocore==1.31.9
# via
# boto3
# s3transfer
certifi==2023.5.7
certifi==2023.7.22
# via
# httpcore
# requests
Expand Down Expand Up @@ -58,7 +58,7 @@ fastapi==0.100.0
# via maggma
flask==2.3.2
# via mongogrant
fonttools==4.41.0
fonttools==4.41.1
# via matplotlib
future==0.18.3
# via
Expand Down
4 changes: 2 additions & 2 deletions emmet-core/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --output-file=emmet/emmet-core/requirements/deployment.txt emmet/emmet-core/setup.py python/requirements.txt
#
certifi==2023.5.7
certifi==2023.7.22
# via requests
charset-normalizer==3.2.0
# via requests
Expand All @@ -14,7 +14,7 @@ cycler==0.11.0
# via matplotlib
emmet-core==0.63.0
# via mp-api
fonttools==4.41.0
fonttools==4.41.1
# via matplotlib
future==0.18.3
# via uncertainties
Expand Down

0 comments on commit 64bb246

Please sign in to comment.