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 Dec 25, 2023
1 parent 6f05d81 commit cd00fee
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
14 changes: 7 additions & 7 deletions emmet-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ bcrypt==4.1.2
# via paramiko
blinker==1.7.0
# via flask
boto3==1.34.4
boto3==1.34.7
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.34.4
botocore==1.34.7
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -119,7 +119,7 @@ joblib==1.3.2
# scikit-learn
jsonschema==4.20.0
# via maggma
jsonschema-specifications==2023.11.2
jsonschema-specifications==2023.12.1
# via jsonschema
kiwisolver==1.4.5
# via matplotlib
Expand Down Expand Up @@ -216,14 +216,14 @@ pybtex==0.24.0
# robocrys
pycparser==2.21
# via cffi
pydantic==2.5.2
pydantic==2.5.3
# via
# emmet-core
# fastapi
# inflect
# maggma
# pydantic-settings
pydantic-core==2.14.5
pydantic-core==2.14.6
# via pydantic
pydantic-settings==2.1.0
# via
Expand Down Expand Up @@ -290,7 +290,7 @@ ruamel-yaml==0.17.40
# robocrys
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
s3transfer==0.9.0
s3transfer==0.10.0
# via boto3
scikit-learn==1.3.2
# via matminer
Expand Down Expand Up @@ -363,7 +363,7 @@ urllib3==2.0.7
# via
# botocore
# requests
uvicorn==0.24.0.post1
uvicorn==0.25.0
# via maggma
werkzeug==3.0.1
# via flask
Expand Down
16 changes: 8 additions & 8 deletions emmet-builders/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ bcrypt==4.1.2
# via paramiko
blinker==1.7.0
# via flask
boto3==1.34.4
boto3==1.34.7
# via maggma
botocore==1.34.4
botocore==1.34.7
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -122,7 +122,7 @@ joblib==1.3.2
# scikit-learn
jsonschema==4.20.0
# via maggma
jsonschema-specifications==2023.11.2
jsonschema-specifications==2023.12.1
# via jsonschema
kiwisolver==1.4.5
# via matplotlib
Expand Down Expand Up @@ -268,14 +268,14 @@ pybtex==0.24.0
# robocrys
pycparser==2.21
# via cffi
pydantic==2.5.2
pydantic==2.5.3
# via
# emmet-core
# fastapi
# inflect
# maggma
# pydantic-settings
pydantic-core==2.14.5
pydantic-core==2.14.6
# via pydantic
pydantic-settings==2.1.0
# via
Expand Down Expand Up @@ -314,7 +314,7 @@ python-dateutil==2.8.2
# pandas
python-dotenv==1.0.0
# via pydantic-settings
pytorch-lightning==2.1.2
pytorch-lightning==2.1.3
# via matgl
pytz==2023.3.post1
# via pandas
Expand Down Expand Up @@ -349,7 +349,7 @@ ruamel-yaml==0.17.40
# robocrys
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
s3transfer==0.9.0
s3transfer==0.10.0
# via boto3
scikit-learn==1.3.2
# via matminer
Expand Down Expand Up @@ -430,7 +430,7 @@ urllib3==2.0.7
# via
# botocore
# requests
uvicorn==0.24.0.post1
uvicorn==0.25.0
# via maggma
werkzeug==3.0.1
# via flask
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 @@ -65,11 +65,11 @@ pybtex==0.24.0
# via
# emmet-core (emmet/emmet-core/setup.py)
# pymatgen
pydantic==2.5.2
pydantic==2.5.3
# via
# emmet-core (emmet/emmet-core/setup.py)
# pydantic-settings
pydantic-core==2.14.5
pydantic-core==2.14.6
# via pydantic
pydantic-settings==2.1.0
# via emmet-core (emmet/emmet-core/setup.py)
Expand Down

0 comments on commit cd00fee

Please sign in to comment.