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 4, 2023
1 parent 90e121d commit e87ce3f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 16 deletions.
18 changes: 10 additions & 8 deletions emmet-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
#
aioitertools==0.11.0
# via maggma
anyio==4.0.0
# via starlette
anyio==3.7.1
# via
# fastapi
# starlette
attrs==23.1.0
# via
# cattrs
Expand All @@ -18,15 +20,15 @@ bcrypt==4.0.1
# via paramiko
blinker==1.6.2
# via flask
boto3==1.28.38
boto3==1.28.40
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.31.38
botocore==1.31.40
# via
# boto3
# s3transfer
bytecode==0.14.2
bytecode==0.15.0
# via ddtrace
cattrs==23.1.2
# via ddtrace
Expand Down Expand Up @@ -69,7 +71,7 @@ exceptiongroup==1.1.3
# via
# anyio
# cattrs
fastapi==0.103.0
fastapi==0.103.1
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
Expand Down Expand Up @@ -210,7 +212,7 @@ pydantic==1.10.12
# pymatgen
pydash==7.0.6
# via maggma
pymatgen==2023.8.10
pymatgen==2023.9.2
# via
# emmet-core
# matminer
Expand Down Expand Up @@ -255,7 +257,7 @@ requests==2.31.0
# pymatgen
robocrys==0.2.8
# via emmet-core
rpds-py==0.10.0
rpds-py==0.10.2
# via
# jsonschema
# referencing
Expand Down
16 changes: 9 additions & 7 deletions emmet-builders/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
#
aioitertools==0.11.0
# via maggma
anyio==4.0.0
# via starlette
anyio==3.7.1
# via
# fastapi
# starlette
attrs==23.1.0
# via
# jsonschema
Expand All @@ -16,9 +18,9 @@ bcrypt==4.0.1
# via paramiko
blinker==1.6.2
# via flask
boto3==1.28.38
boto3==1.28.40
# via maggma
botocore==1.31.38
botocore==1.31.40
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -50,7 +52,7 @@ emmet-core[all]==0.67.5
# mp-api
exceptiongroup==1.1.3
# via anyio
fastapi==0.103.0
fastapi==0.103.1
# via maggma
flask==2.3.3
# via mongogrant
Expand Down Expand Up @@ -178,7 +180,7 @@ pydantic==1.10.12
# pymatgen
pydash==7.0.6
# via maggma
pymatgen==2023.8.10
pymatgen==2023.9.2
# via
# emmet-core
# matminer
Expand Down Expand Up @@ -223,7 +225,7 @@ requests==2.31.0
# pymatgen
robocrys==0.2.8
# via emmet-core
rpds-py==0.10.0
rpds-py==0.10.2
# via
# jsonschema
# referencing
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 @@ -77,7 +77,7 @@ pydantic==1.10.12
# emmet-core
# emmet-core (emmet/emmet-core/setup.py)
# pymatgen
pymatgen==2023.8.10
pymatgen==2023.9.2
# via
# emmet-core
# emmet-core (emmet/emmet-core/setup.py)
Expand Down

0 comments on commit e87ce3f

Please sign in to comment.