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 Feb 1, 2023
1 parent a146d58 commit da7c08c
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
Expand Up @@ -15,11 +15,11 @@ attrs==22.2.0
# jsonschema
bcrypt==4.0.1
# via paramiko
boto3==1.26.60
boto3==1.26.61
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.29.60
botocore==1.29.61
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -54,7 +54,7 @@ dnspython==2.3.0
# via
# maggma
# pymongo
emmet-core[all]==0.42.3
emmet-core[all]==0.42.7
# via
# emmet-api (emmet/emmet-api/setup.py)
# mp-api
Expand Down
6 changes: 3 additions & 3 deletions emmet-builders/requirements/deployment.txt
Expand Up @@ -12,9 +12,9 @@ attrs==22.2.0
# via jsonschema
bcrypt==4.0.1
# via paramiko
boto3==1.26.60
boto3==1.26.61
# via maggma
botocore==1.29.60
botocore==1.29.61
# via
# boto3
# s3transfer
Expand All @@ -40,7 +40,7 @@ dnspython==2.3.0
# via
# maggma
# pymongo
emmet-core[all]==0.42.3
emmet-core[all]==0.42.7
# via
# emmet-builders (emmet/emmet-builders/setup.py)
# mp-api
Expand Down
2 changes: 1 addition & 1 deletion emmet-core/requirements/deployment.txt
Expand Up @@ -12,7 +12,7 @@ contourpy==1.0.7
# via matplotlib
cycler==0.11.0
# via matplotlib
emmet-core==0.42.3
emmet-core==0.42.7
# via mp-api
fonttools==4.38.0
# via matplotlib
Expand Down

0 comments on commit da7c08c

Please sign in to comment.