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 Aug 7, 2023
1 parent 12b76b2 commit 41d03b3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions emmet-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ bcrypt==4.0.1
# via paramiko
blinker==1.6.2
# via flask
boto3==1.28.17
boto3==1.28.20
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.31.17
botocore==1.31.20
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -69,7 +69,7 @@ exceptiongroup==1.1.2
# via
# anyio
# cattrs
fastapi==0.100.1
fastapi==0.101.0
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
Expand Down Expand Up @@ -106,7 +106,7 @@ joblib==1.3.1
# pymatgen
# pymatgen-analysis-diffusion
# scikit-learn
jsonschema==4.18.6
jsonschema==4.19.0
# via maggma
jsonschema-specifications==2023.7.1
# via jsonschema
Expand Down Expand Up @@ -167,7 +167,7 @@ numpy==1.21.6
# spglib
opentelemetry-api==1.19.0
# via ddtrace
orjson==3.9.2
orjson==3.9.3
# via maggma
packaging==23.1
# via
Expand Down Expand Up @@ -243,7 +243,7 @@ pyyaml==6.0.1
# via pybtex
pyzmq==24.0.1
# via maggma
referencing==0.30.0
referencing==0.30.2
# via
# jsonschema
# jsonschema-specifications
Expand Down
12 changes: 6 additions & 6 deletions emmet-builders/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ bcrypt==4.0.1
# via paramiko
blinker==1.6.2
# via flask
boto3==1.28.17
boto3==1.28.20
# via maggma
botocore==1.31.17
botocore==1.31.20
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -50,7 +50,7 @@ emmet-core[all]==0.63.1
# mp-api
exceptiongroup==1.1.2
# via anyio
fastapi==0.100.1
fastapi==0.101.0
# via maggma
flask==2.3.2
# via mongogrant
Expand Down Expand Up @@ -79,7 +79,7 @@ joblib==1.3.1
# pymatgen
# pymatgen-analysis-diffusion
# scikit-learn
jsonschema==4.18.6
jsonschema==4.19.0
# via maggma
jsonschema-specifications==2023.7.1
# via jsonschema
Expand Down Expand Up @@ -140,7 +140,7 @@ numpy==1.21.6
# seekpath
# shapely
# spglib
orjson==3.9.2
orjson==3.9.3
# via maggma
packaging==23.1
# via
Expand Down Expand Up @@ -211,7 +211,7 @@ pyyaml==6.0.1
# via pybtex
pyzmq==24.0.1
# via maggma
referencing==0.30.0
referencing==0.30.2
# via
# jsonschema
# jsonschema-specifications
Expand Down

0 comments on commit 41d03b3

Please sign in to comment.