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 11, 2023
1 parent f2d1cfc commit 22fe503
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 27 deletions.
31 changes: 18 additions & 13 deletions emmet-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ bcrypt==4.0.1
# via paramiko
blinker==1.6.2
# via flask
boto3==1.28.40
boto3==1.28.44
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.31.40
botocore==1.31.44
# via
# boto3
# s3transfer
Expand All @@ -44,6 +44,7 @@ click==8.1.7
# via
# flask
# mongogrant
# uvicorn
# uvicorn-tschaume
contourpy==1.1.0
# via matplotlib
Expand All @@ -53,7 +54,7 @@ cycler==0.11.0
# via matplotlib
ddsketch==2.0.4
# via ddtrace
ddtrace==1.18.3
ddtrace==1.18.4
# via emmet-api (emmet/emmet-api/setup.py)
deprecated==1.2.14
# via opentelemetry-api
Expand Down Expand Up @@ -86,7 +87,9 @@ future==0.18.3
gunicorn==21.2.0
# via emmet-api (emmet/emmet-api/setup.py)
h11==0.14.0
# via uvicorn-tschaume
# via
# uvicorn
# uvicorn-tschaume
idna==3.4
# via
# anyio
Expand Down Expand Up @@ -116,7 +119,7 @@ kiwisolver==1.4.5
# via matplotlib
latexcodec==2.0.1
# via pybtex
maggma==0.54.0
maggma==0.56.0
# via emmet-api (emmet/emmet-api/setup.py)
markupsafe==2.1.3
# via
Expand All @@ -132,7 +135,7 @@ mongogrant==0.3.3
# via maggma
mongomock==4.1.2
# via maggma
monty==2023.8.8
monty==2023.9.5
# via
# emmet-core
# maggma
Expand Down Expand Up @@ -167,9 +170,9 @@ numpy==1.24.4
# seekpath
# shapely
# spglib
opentelemetry-api==1.19.0
opentelemetry-api==1.20.0
# via ddtrace
orjson==3.9.5
orjson==3.9.7
# via maggma
packaging==23.1
# via
Expand All @@ -190,7 +193,7 @@ pillow==10.0.0
# via matplotlib
plotly==5.16.1
# via pymatgen
protobuf==4.24.2
protobuf==4.24.3
# via
# ddsketch
# ddtrace
Expand All @@ -209,10 +212,9 @@ pydantic==1.10.12
# fastapi
# inflect
# maggma
# pymatgen
pydash==7.0.6
# via maggma
pymatgen==2023.9.2
pymatgen==2023.9.10
# via
# emmet-core
# matminer
Expand All @@ -239,7 +241,7 @@ python-dateutil==2.8.2
# maggma
# matplotlib
# pandas
pytz==2023.3
pytz==2023.3.post1
# via pandas
pyyaml==6.0.1
# via pybtex
Expand Down Expand Up @@ -297,7 +299,7 @@ six==1.16.0
# python-dateutil
sniffio==1.3.0
# via anyio
spglib==2.0.2
spglib==2.1.0
# via
# emmet-core
# pymatgen
Expand Down Expand Up @@ -332,12 +334,15 @@ typing-extensions==4.7.1
# mp-api
# pydantic
# pydash
# uvicorn
uncertainties==3.1.7
# via pymatgen
urllib3==1.26.16
# via
# botocore
# requests
uvicorn==0.23.2
# via maggma
uvicorn-tschaume==0.19.1
# via emmet-api (emmet/emmet-api/setup.py)
werkzeug==2.3.7
Expand Down
23 changes: 14 additions & 9 deletions emmet-builders/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ bcrypt==4.0.1
# via paramiko
blinker==1.6.2
# via flask
boto3==1.28.40
boto3==1.28.44
# via maggma
botocore==1.31.40
botocore==1.31.44
# via
# boto3
# s3transfer
Expand All @@ -36,6 +36,7 @@ click==8.1.7
# via
# flask
# mongogrant
# uvicorn
contourpy==1.1.0
# via matplotlib
cryptography==41.0.3
Expand All @@ -62,6 +63,8 @@ future==0.18.3
# via
# matminer
# uncertainties
h11==0.14.0
# via uvicorn
idna==3.4
# via
# anyio
Expand Down Expand Up @@ -89,7 +92,7 @@ kiwisolver==1.4.5
# via matplotlib
latexcodec==2.0.1
# via pybtex
maggma==0.54.0
maggma==0.56.0
# via emmet-builders (emmet/emmet-builders/setup.py)
markupsafe==2.1.3
# via
Expand All @@ -107,7 +110,7 @@ mongogrant==0.3.3
# via maggma
mongomock==4.1.2
# via maggma
monty==2023.8.8
monty==2023.9.5
# via
# emmet-core
# maggma
Expand Down Expand Up @@ -142,7 +145,7 @@ numpy==1.24.4
# seekpath
# shapely
# spglib
orjson==3.9.5
orjson==3.9.7
# via maggma
packaging==23.1
# via
Expand Down Expand Up @@ -177,10 +180,9 @@ pydantic==1.10.12
# fastapi
# inflect
# maggma
# pymatgen
pydash==7.0.6
# via maggma
pymatgen==2023.9.2
pymatgen==2023.9.10
# via
# emmet-core
# matminer
Expand All @@ -207,7 +209,7 @@ python-dateutil==2.8.2
# maggma
# matplotlib
# pandas
pytz==2023.3
pytz==2023.3.post1
# via pandas
pyyaml==6.0.1
# via pybtex
Expand Down Expand Up @@ -259,7 +261,7 @@ six==1.16.0
# python-dateutil
sniffio==1.3.0
# via anyio
spglib==2.0.2
spglib==2.1.0
# via
# emmet-core
# pymatgen
Expand Down Expand Up @@ -292,12 +294,15 @@ typing-extensions==4.7.1
# mp-api
# pydantic
# pydash
# uvicorn
uncertainties==3.1.7
# via pymatgen
urllib3==1.26.16
# via
# botocore
# requests
uvicorn==0.23.2
# via maggma
werkzeug==2.3.7
# via flask

Expand Down
9 changes: 4 additions & 5 deletions emmet-core/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ matplotlib==3.7.2
# via
# -r python/requirements.txt
# pymatgen
monty==2023.8.8
monty==2023.9.5
# via
# emmet-core
# emmet-core (emmet/emmet-core/setup.py)
Expand Down Expand Up @@ -76,8 +76,7 @@ pydantic==1.10.12
# via
# emmet-core
# emmet-core (emmet/emmet-core/setup.py)
# pymatgen
pymatgen==2023.9.2
pymatgen==2023.9.10
# via
# emmet-core
# emmet-core (emmet/emmet-core/setup.py)
Expand All @@ -88,7 +87,7 @@ python-dateutil==2.8.2
# via
# matplotlib
# pandas
pytz==2023.3
pytz==2023.3.post1
# via pandas
pyyaml==6.0.1
# via pybtex
Expand All @@ -109,7 +108,7 @@ six==1.16.0
# latexcodec
# pybtex
# python-dateutil
spglib==2.0.2
spglib==2.1.0
# via
# emmet-core
# emmet-core (emmet/emmet-core/setup.py)
Expand Down

0 comments on commit 22fe503

Please sign in to comment.