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 Sep 12, 2023
1 parent 64e50a5 commit 7314427
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions emmet-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ bcrypt==4.0.1
# via paramiko
blinker==1.6.2
# via flask
boto3==1.28.44
boto3==1.28.45
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.31.44
botocore==1.31.45
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -143,7 +143,7 @@ monty==2023.9.5
# mp-api
# pymatgen
# robocrys
mp-api==0.35.1
mp-api==0.36.0
# via pymatgen
mpmath==1.3.0
# via sympy
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 @@ -18,9 +18,9 @@ bcrypt==4.0.1
# via paramiko
blinker==1.6.2
# via flask
boto3==1.28.44
boto3==1.28.45
# via maggma
botocore==1.31.44
botocore==1.31.45
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -118,7 +118,7 @@ monty==2023.9.5
# mp-api
# pymatgen
# robocrys
mp-api==0.35.1
mp-api==0.36.0
# via pymatgen
mpmath==1.3.0
# via sympy
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 @@ -36,7 +36,7 @@ monty==2023.9.5
# emmet-core (emmet/emmet-core/setup.py)
# mp-api
# pymatgen
mp-api==0.35.1
mp-api==0.36.0
# via pymatgen
mpmath==1.3.0
# via sympy
Expand Down

0 comments on commit 7314427

Please sign in to comment.