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 Jul 14, 2023
1 parent c10464f commit 5270367
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 38 deletions.
38 changes: 18 additions & 20 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.1
boto3==1.28.3
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.31.1
botocore==1.31.3
# via
# boto3
# s3transfer
Expand All @@ -38,28 +38,28 @@ cffi==1.15.1
# pynacl
charset-normalizer==3.2.0
# via requests
click==8.1.4
click==8.1.5
# via
# flask
# mongogrant
# uvicorn-tschaume
contourpy==1.1.0
# via matplotlib
cryptography==41.0.1
cryptography==41.0.2
# via paramiko
cycler==0.11.0
# via matplotlib
ddsketch==2.0.4
# via ddtrace
ddtrace==1.15.1
ddtrace==1.16.0
# via emmet-api (emmet/emmet-api/setup.py)
deprecated==1.2.14
# via opentelemetry-api
dnspython==2.3.0
# via
# maggma
# pymongo
emmet-core[all]==0.58.2
emmet-core[all]==0.60.1
# via
# emmet-api (emmet/emmet-api/setup.py)
# mp-api
Expand All @@ -75,10 +75,8 @@ fastapi==0.100.0
# maggma
flask==2.3.2
# via mongogrant
fonttools==4.40.0
fonttools==4.41.0
# via matplotlib
frozendict==2.3.8
# via pymatgen
future==0.18.3
# via
# matminer
Expand All @@ -91,7 +89,7 @@ idna==3.4
# via
# anyio
# requests
importlib-metadata==6.0.1
importlib-metadata==6.8.0
# via opentelemetry-api
inflect==7.0.0
# via robocrys
Expand All @@ -105,19 +103,18 @@ jmespath==1.0.1
# botocore
joblib==1.3.1
# via
# pymatgen
# pymatgen-analysis-diffusion
# scikit-learn
jsonschema==4.18.0
# via
# ddtrace
# maggma
jsonschema==4.18.3
# via maggma
jsonschema-specifications==2023.6.1
# via jsonschema
kiwisolver==1.4.4
# via matplotlib
latexcodec==2.0.1
# via pybtex
maggma==0.51.18
maggma==0.51.19
# via emmet-api (emmet/emmet-api/setup.py)
markupsafe==2.1.3
# via
Expand Down Expand Up @@ -168,7 +165,7 @@ numpy==1.21.6
# seekpath
# shapely
# spglib
opentelemetry-api==1.18.0
opentelemetry-api==1.19.0
# via ddtrace
orjson==3.9.2
# via maggma
Expand Down Expand Up @@ -209,9 +206,10 @@ pydantic==1.10.11
# fastapi
# inflect
# maggma
# pymatgen
pydash==7.0.5
# via maggma
pymatgen==2023.6.28
pymatgen==2023.7.11
# via
# emmet-core
# matminer
Expand All @@ -223,7 +221,7 @@ pymatgen-analysis-alloys==0.0.6
# via emmet-core
pymatgen-analysis-diffusion==2022.7.21
# via emmet-core
pymongo==4.4.0
pymongo==4.4.1
# via
# maggma
# matminer
Expand Down Expand Up @@ -313,7 +311,7 @@ tabulate==0.9.0
# via pymatgen
tenacity==8.2.2
# via plotly
threadpoolctl==3.1.0
threadpoolctl==3.2.0
# via scikit-learn
tqdm==4.65.0
# via
Expand Down Expand Up @@ -344,7 +342,7 @@ wrapt==1.15.0
# via deprecated
xmltodict==0.13.0
# via ddtrace
zipp==3.16.0
zipp==3.16.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
26 changes: 13 additions & 13 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.1
boto3==1.28.3
# via maggma
botocore==1.31.1
botocore==1.31.3
# via
# boto3
# s3transfer
Expand All @@ -30,21 +30,21 @@ cffi==1.15.1
# pynacl
charset-normalizer==3.2.0
# via requests
click==8.1.4
click==8.1.5
# via
# flask
# mongogrant
contourpy==1.1.0
# via matplotlib
cryptography==41.0.1
cryptography==41.0.2
# via paramiko
cycler==0.11.0
# via matplotlib
dnspython==2.3.0
# via
# maggma
# pymongo
emmet-core[all]==0.58.2
emmet-core[all]==0.60.1
# via
# emmet-builders (emmet/emmet-builders/setup.py)
# mp-api
Expand All @@ -54,10 +54,8 @@ fastapi==0.100.0
# via maggma
flask==2.3.2
# via mongogrant
fonttools==4.40.0
fonttools==4.41.0
# via matplotlib
frozendict==2.3.8
# via pymatgen
future==0.18.3
# via
# matminer
Expand All @@ -78,17 +76,18 @@ jmespath==1.0.1
# botocore
joblib==1.3.1
# via
# pymatgen
# pymatgen-analysis-diffusion
# scikit-learn
jsonschema==4.18.0
jsonschema==4.18.3
# via maggma
jsonschema-specifications==2023.6.1
# via jsonschema
kiwisolver==1.4.4
# via matplotlib
latexcodec==2.0.1
# via pybtex
maggma==0.51.18
maggma==0.51.19
# via emmet-builders (emmet/emmet-builders/setup.py)
markupsafe==2.1.3
# via
Expand Down Expand Up @@ -176,9 +175,10 @@ pydantic==1.10.11
# fastapi
# inflect
# maggma
# pymatgen
pydash==7.0.5
# via maggma
pymatgen==2023.6.28
pymatgen==2023.7.11
# via
# emmet-core
# matminer
Expand All @@ -190,7 +190,7 @@ pymatgen-analysis-alloys==0.0.6
# via emmet-core
pymatgen-analysis-diffusion==2022.7.21
# via emmet-core
pymongo==4.4.0
pymongo==4.4.1
# via
# maggma
# matminer
Expand Down Expand Up @@ -274,7 +274,7 @@ tabulate==0.9.0
# via pymatgen
tenacity==8.2.2
# via plotly
threadpoolctl==3.1.0
threadpoolctl==3.2.0
# via scikit-learn
tqdm==4.65.0
# via
Expand Down
11 changes: 6 additions & 5 deletions emmet-core/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ contourpy==1.1.0
# via matplotlib
cycler==0.11.0
# via matplotlib
emmet-core==0.58.2
emmet-core==0.60.1
# via mp-api
fonttools==4.40.0
fonttools==4.41.0
# via matplotlib
frozendict==2.3.8
# via pymatgen
future==0.18.3
# via uncertainties
idna==3.4
# via requests
joblib==1.3.1
# via pymatgen
kiwisolver==1.4.4
# via matplotlib
latexcodec==2.0.1
Expand Down Expand Up @@ -76,7 +76,8 @@ pydantic==1.10.11
# via
# emmet-core
# emmet-core (emmet/emmet-core/setup.py)
pymatgen==2023.6.28
# pymatgen
pymatgen==2023.7.11
# via
# emmet-core
# emmet-core (emmet/emmet-core/setup.py)
Expand Down

0 comments on commit 5270367

Please sign in to comment.