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 Apr 14, 2023
1 parent 209c26f commit 31696f4
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 17 deletions.
19 changes: 10 additions & 9 deletions emmet-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ attrs==22.2.0
# jsonschema
bcrypt==4.0.1
# via paramiko
boto3==1.26.109
boto3==1.26.114
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.29.109
botocore==1.29.114
# via
# boto3
# s3transfer
Expand All @@ -42,29 +42,29 @@ click==8.1.3
# uvicorn-tschaume
contourpy==1.0.7
# via matplotlib
cryptography==40.0.1
cryptography==40.0.2
# via paramiko
cycler==0.11.0
# via matplotlib
ddsketch==2.0.4
# via ddtrace
ddtrace==1.11.1
ddtrace==1.11.2
# via emmet-api (emmet/emmet-api/setup.py)
deprecated==1.2.13
# via opentelemetry-api
dnspython==2.3.0
# via
# maggma
# pymongo
emmet-core[all]==0.51.11
emmet-core[all]==0.51.13
# via
# emmet-api (emmet/emmet-api/setup.py)
# mp-api
envier==0.4.0
# via ddtrace
exceptiongroup==1.1.1
# via cattrs
fastapi==0.95.0
fastapi==0.95.1
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
Expand Down Expand Up @@ -163,7 +163,7 @@ opentelemetry-api==1.17.0
# via ddtrace
orjson==3.8.10
# via maggma
packaging==23.0
packaging==23.1
# via
# ddtrace
# matplotlib
Expand All @@ -182,7 +182,7 @@ pillow==9.5.0
# via matplotlib
plotly==5.14.1
# via pymatgen
protobuf==4.22.1
protobuf==4.22.3
# via
# ddsketch
# ddtrace
Expand All @@ -201,7 +201,7 @@ pydantic==1.10.7
# fastapi
# inflect
# maggma
pydash==6.0.2
pydash==7.0.1
# via maggma
pymatgen==2023.3.23
# via
Expand Down Expand Up @@ -314,6 +314,7 @@ typing-extensions==4.5.0
# emmet-core
# mp-api
# pydantic
# pydash
tzdata==2023.3
# via pandas
uncertainties==3.1.7
Expand Down
15 changes: 8 additions & 7 deletions emmet-builders/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ attrs==22.2.0
# via jsonschema
bcrypt==4.0.1
# via paramiko
boto3==1.26.109
boto3==1.26.114
# via maggma
botocore==1.29.109
botocore==1.29.114
# via
# boto3
# s3transfer
Expand All @@ -32,19 +32,19 @@ click==8.1.3
# mongogrant
contourpy==1.0.7
# via matplotlib
cryptography==40.0.1
cryptography==40.0.2
# via paramiko
cycler==0.11.0
# via matplotlib
dnspython==2.3.0
# via
# maggma
# pymongo
emmet-core[all]==0.51.11
emmet-core[all]==0.51.13
# via
# emmet-builders (emmet/emmet-builders/setup.py)
# mp-api
fastapi==0.95.0
fastapi==0.95.1
# via maggma
flask==2.2.3
# via mongogrant
Expand Down Expand Up @@ -133,7 +133,7 @@ numpy==1.21.6
# spglib
orjson==3.8.10
# via maggma
packaging==23.0
packaging==23.1
# via
# matplotlib
# mongomock
Expand Down Expand Up @@ -166,7 +166,7 @@ pydantic==1.10.7
# fastapi
# inflect
# maggma
pydash==6.0.2
pydash==7.0.1
# via maggma
pymatgen==2023.3.23
# via
Expand Down Expand Up @@ -270,6 +270,7 @@ typing-extensions==4.5.0
# emmet-core
# mp-api
# pydantic
# pydash
tzdata==2023.3
# via pandas
uncertainties==3.1.7
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 @@ -51,7 +51,7 @@ numpy==1.21.6
# pymatgen
# scipy
# spglib
packaging==23.0
packaging==23.1
# via
# matplotlib
# plotly
Expand Down

0 comments on commit 31696f4

Please sign in to comment.