From c2ca7f535bb6dbab8217cad149e2693ea3a0ba2f Mon Sep 17 00:00:00 2001 From: Patrick Huck Date: Mon, 31 Oct 2022 14:24:47 -0700 Subject: [PATCH] Automated dependency upgrades (#583) * Automated dependency upgrades * fix _version.py * Update _version.py Co-authored-by: github-actions --- emmet-api/emmet/api/_version.py | 2 +- emmet-api/requirements.txt | 26 ++++++++++---------------- emmet-core/emmet/core/_version.py | 2 +- emmet-core/requirements-extras.txt | 2 +- emmet-core/requirements.txt | 2 +- 5 files changed, 14 insertions(+), 20 deletions(-) diff --git a/emmet-api/emmet/api/_version.py b/emmet-api/emmet/api/_version.py index e2eb62129d..f2664a7697 100644 --- a/emmet-api/emmet/api/_version.py +++ b/emmet-api/emmet/api/_version.py @@ -1 +1 @@ -__version__ = "0.38.6" \ No newline at end of file +__version__ = "0.38.6" diff --git a/emmet-api/requirements.txt b/emmet-api/requirements.txt index 4f72c95aa4..0914651e4c 100644 --- a/emmet-api/requirements.txt +++ b/emmet-api/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with python 3.9 +# This file is autogenerated by pip-compile with python 3.10 # To update, run: # # pip-compile @@ -15,11 +15,11 @@ attrs==22.1.0 # jsonschema bcrypt==4.0.1 # via paramiko -boto3==1.25.2 +boto3==1.25.5 # via # emmet-api (setup.py) # maggma -botocore==1.28.2 +botocore==1.28.5 # via # boto3 # s3transfer @@ -40,7 +40,7 @@ click==8.1.3 # flask # mongogrant # uvicorn-tschaume -contourpy==1.0.5 +contourpy==1.0.6 # via matplotlib cryptography==38.0.1 # via paramiko @@ -48,7 +48,7 @@ cycler==0.11.0 # via matplotlib ddsketch==2.0.4 # via ddtrace -ddtrace==1.5.2 +ddtrace==1.5.3 # via emmet-api (setup.py) dnspython==2.2.1 # via @@ -60,9 +60,9 @@ emmet-core[all]==0.38.6 # mp-api envier==0.4.0 # via ddtrace -exceptiongroup==1.0.0rc9 +exceptiongroup==1.0.0 # via cattrs -fastapi==0.85.1 +fastapi==0.85.2 # via # emmet-api (setup.py) # maggma @@ -82,8 +82,6 @@ idna==3.4 # via # anyio # requests -importlib-metadata==5.0.0 - # via flask inflect==6.0.2 # via robocrys itsdangerous==2.1.2 @@ -168,9 +166,9 @@ pandas==1.5.1 # pymatgen paramiko==2.11.0 # via sshtunnel -pillow==9.2.0 +pillow==9.3.0 # via matplotlib -plotly==5.10.0 +plotly==5.11.0 # via pymatgen protobuf==4.21.9 # via @@ -216,7 +214,7 @@ pyparsing==3.0.9 # via # matplotlib # packaging -pyrsistent==0.18.1 +pyrsistent==0.19.1 # via jsonschema python-dateutil==2.8.2 # via @@ -298,12 +296,10 @@ tqdm==4.64.1 # pymatgen typing-extensions==4.4.0 # via - # aioitertools # ddtrace # emmet-core # mp-api # pydantic - # starlette uncertainties==3.1.7 # via pymatgen urllib3==1.26.12 @@ -316,8 +312,6 @@ werkzeug==2.2.2 # via flask xmltodict==0.13.0 # via ddtrace -zipp==3.10.0 - # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: # setuptools diff --git a/emmet-core/emmet/core/_version.py b/emmet-core/emmet/core/_version.py index e2eb62129d..f2664a7697 100644 --- a/emmet-core/emmet/core/_version.py +++ b/emmet-core/emmet/core/_version.py @@ -1 +1 @@ -__version__ = "0.38.6" \ No newline at end of file +__version__ = "0.38.6" diff --git a/emmet-core/requirements-extras.txt b/emmet-core/requirements-extras.txt index 7fbe7bf9ac..73164e3c30 100644 --- a/emmet-core/requirements-extras.txt +++ b/emmet-core/requirements-extras.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with python 3.9 +# This file is autogenerated by pip-compile with python 3.10 # To update, run: # # pip-compile --all-extras --output-file=requirements-extras.txt diff --git a/emmet-core/requirements.txt b/emmet-core/requirements.txt index fc70fff7ad..b203fcfced 100644 --- a/emmet-core/requirements.txt +++ b/emmet-core/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with python 3.9 +# This file is autogenerated by pip-compile with python 3.10 # To update, run: # # pip-compile