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 17, 2023
1 parent 5270367 commit 900e3f2
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 18 deletions.
29 changes: 20 additions & 9 deletions emmet-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=emmet/emmet-api/requirements/deployment.txt --resolver=backtracking emmet/emmet-api/setup.py python/requirements.txt
# pip-compile --output-file=emmet/emmet-api/requirements/deployment.txt emmet/emmet-api/setup.py python/requirements.txt
#
aioitertools==0.11.0
# via maggma
anyio==3.7.1
# via starlette
# via
# httpcore
# starlette
attrs==23.1.0
# via
# cattrs
Expand All @@ -31,7 +33,9 @@ bytecode==0.14.2
cattrs==23.1.2
# via ddtrace
certifi==2023.5.7
# via requests
# via
# httpcore
# requests
cffi==1.15.1
# via
# cryptography
Expand All @@ -55,7 +59,7 @@ ddtrace==1.16.0
# via emmet-api (emmet/emmet-api/setup.py)
deprecated==1.2.14
# via opentelemetry-api
dnspython==2.3.0
dnspython==2.4.0
# via
# maggma
# pymongo
Expand Down Expand Up @@ -84,7 +88,11 @@ future==0.18.3
gunicorn==20.1.0
# via emmet-api (emmet/emmet-api/setup.py)
h11==0.14.0
# via uvicorn-tschaume
# via
# httpcore
# uvicorn-tschaume
httpcore==0.17.3
# via dnspython
idna==3.4
# via
# anyio
Expand Down Expand Up @@ -209,7 +217,7 @@ pydantic==1.10.11
# pymatgen
pydash==7.0.5
# via maggma
pymatgen==2023.7.11
pymatgen==2023.7.14
# via
# emmet-core
# matminer
Expand Down Expand Up @@ -254,7 +262,7 @@ requests==2.31.0
# pymatgen
robocrys==0.2.8
# via emmet-core
rpds-py==0.8.10
rpds-py==0.8.11
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -292,7 +300,10 @@ six==1.16.0
# pybtex
# python-dateutil
sniffio==1.3.0
# via anyio
# via
# anyio
# dnspython
# httpcore
spglib==2.0.2
# via
# emmet-core
Expand Down Expand Up @@ -342,7 +353,7 @@ wrapt==1.15.0
# via deprecated
xmltodict==0.13.0
# via ddtrace
zipp==3.16.1
zipp==3.16.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
25 changes: 18 additions & 7 deletions emmet-builders/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=emmet/emmet-builders/requirements/deployment.txt --resolver=backtracking emmet/emmet-builders/setup.py python/requirements.txt
# pip-compile --output-file=emmet/emmet-builders/requirements/deployment.txt emmet/emmet-builders/setup.py python/requirements.txt
#
aioitertools==0.11.0
# via maggma
anyio==3.7.1
# via starlette
# via
# httpcore
# starlette
attrs==23.1.0
# via
# jsonschema
Expand All @@ -23,7 +25,9 @@ botocore==1.31.3
# boto3
# s3transfer
certifi==2023.5.7
# via requests
# via
# httpcore
# requests
cffi==1.15.1
# via
# cryptography
Expand All @@ -40,7 +44,7 @@ cryptography==41.0.2
# via paramiko
cycler==0.11.0
# via matplotlib
dnspython==2.3.0
dnspython==2.4.0
# via
# maggma
# pymongo
Expand All @@ -60,6 +64,10 @@ future==0.18.3
# via
# matminer
# uncertainties
h11==0.14.0
# via httpcore
httpcore==0.17.3
# via dnspython
idna==3.4
# via
# anyio
Expand Down Expand Up @@ -178,7 +186,7 @@ pydantic==1.10.11
# pymatgen
pydash==7.0.5
# via maggma
pymatgen==2023.7.11
pymatgen==2023.7.14
# via
# emmet-core
# matminer
Expand Down Expand Up @@ -223,7 +231,7 @@ requests==2.31.0
# pymatgen
robocrys==0.2.8
# via emmet-core
rpds-py==0.8.10
rpds-py==0.8.11
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -255,7 +263,10 @@ six==1.16.0
# pybtex
# python-dateutil
sniffio==1.3.0
# via anyio
# via
# anyio
# dnspython
# httpcore
spglib==2.0.2
# via
# emmet-core
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 @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=emmet/emmet-core/requirements/deployment.txt --resolver=backtracking emmet/emmet-core/setup.py python/requirements.txt
# pip-compile --output-file=emmet/emmet-core/requirements/deployment.txt emmet/emmet-core/setup.py python/requirements.txt
#
certifi==2023.5.7
# via requests
Expand Down Expand Up @@ -77,7 +77,7 @@ pydantic==1.10.11
# emmet-core
# emmet-core (emmet/emmet-core/setup.py)
# pymatgen
pymatgen==2023.7.11
pymatgen==2023.7.14
# via
# emmet-core
# emmet-core (emmet/emmet-core/setup.py)
Expand Down

0 comments on commit 900e3f2

Please sign in to comment.