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 May 2, 2024
1 parent 643ed8b commit 2932ae8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
28 changes: 14 additions & 14 deletions emmet-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ bcrypt==4.1.2
# via paramiko
blinker==1.8.1
# via flask
boto3==1.34.93
boto3==1.34.97
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.34.93
botocore==1.34.97
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -65,15 +65,15 @@ dnspython==2.6.1
# via
# maggma
# pymongo
emmet-core==0.82.2
emmet-core==0.83.6
# via emmet-api (emmet/emmet-api/setup.py)
envier==0.5.1
# via ddtrace
exceptiongroup==1.2.1
# via
# anyio
# cattrs
fastapi==0.110.2
fastapi==0.110.3
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
Expand Down Expand Up @@ -101,17 +101,17 @@ jmespath==1.0.1
# via
# boto3
# botocore
joblib==1.4.0
joblib==1.4.2
# via pymatgen
jsonschema==4.21.1
jsonschema==4.22.0
# via maggma
jsonschema-specifications==2023.12.1
# via jsonschema
kiwisolver==1.4.5
# via matplotlib
latexcodec==3.0.0
# via pybtex
maggma==0.65.0
maggma==0.66.0
# via emmet-api (emmet/emmet-api/setup.py)
markupsafe==2.1.5
# via
Expand Down Expand Up @@ -149,7 +149,7 @@ numpy==1.26.4
# spglib
opentelemetry-api==1.24.0
# via ddtrace
orjson==3.10.1
orjson==3.10.2
# via maggma
packaging==24.0
# via
Expand All @@ -167,7 +167,7 @@ paramiko==3.4.0
# via sshtunnel
pillow==10.3.0
# via matplotlib
plotly==5.21.0
plotly==5.22.0
# via pymatgen
protobuf==5.26.1
# via ddtrace
Expand All @@ -191,13 +191,13 @@ pydantic-settings==2.2.1
# maggma
pydash==8.0.1
# via maggma
pymatgen==2024.4.13
pymatgen==2024.5.1
# via
# emmet-core
# pymatgen-analysis-alloys
pymatgen-analysis-alloys==0.0.6
# via emmet-api (emmet/emmet-api/setup.py)
pymongo==4.7.0
pymongo==4.7.1
# via
# maggma
# mongogrant
Expand All @@ -217,9 +217,9 @@ pytz==2024.1
# via pandas
pyyaml==6.0.1
# via pybtex
pyzmq==26.0.2
pyzmq==26.0.3
# via maggma
referencing==0.35.0
referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
Expand Down Expand Up @@ -273,7 +273,7 @@ tabulate==0.9.0
# via pymatgen
tenacity==8.2.3
# via plotly
tqdm==4.66.2
tqdm==4.66.3
# via
# maggma
# pymatgen
Expand Down
8 changes: 4 additions & 4 deletions emmet-core/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ future==1.0.0
# via uncertainties
idna==3.7
# via requests
joblib==1.4.0
joblib==1.4.2
# via pymatgen
kiwisolver==1.4.5
# via matplotlib
Expand Down Expand Up @@ -59,7 +59,7 @@ pandas==2.2.2
# pymatgen
pillow==10.3.0
# via matplotlib
plotly==5.21.0
plotly==5.22.0
# via pymatgen
pybtex==0.24.0
# via
Expand All @@ -73,7 +73,7 @@ pydantic-core==2.18.2
# via pydantic
pydantic-settings==2.2.1
# via emmet-core (emmet/emmet-core/setup.py)
pymatgen==2024.4.13
pymatgen==2024.5.1
# via emmet-core (emmet/emmet-core/setup.py)
pyparsing==3.1.2
# via matplotlib
Expand Down Expand Up @@ -109,7 +109,7 @@ tabulate==0.9.0
# via pymatgen
tenacity==8.2.3
# via plotly
tqdm==4.66.2
tqdm==4.66.3
# via pymatgen
typing-extensions==4.11.0
# via
Expand Down

0 comments on commit 2932ae8

Please sign in to comment.