From 19d1131d65f1186926e8e7d6c8c0c36db7b1aebd Mon Sep 17 00:00:00 2001 From: Patrick Huck Date: Wed, 16 Oct 2024 17:15:53 -0500 Subject: [PATCH] Automated dependency upgrades (#1132) * update dependencies for emmet-api (ubuntu-latest/py3.10) * update dependencies for emmet-api (ubuntu-latest/py3.11) * update dependencies for emmet-builders (ubuntu-latest/py3.10) * update dependencies for emmet-builders (ubuntu-latest/py3.11) * update dependencies for emmet-core (ubuntu-latest/py3.10) * update dependencies for emmet-core (ubuntu-latest/py3.11) --------- Co-authored-by: github-actions --- .../requirements/ubuntu-latest_py3.10.txt | 14 ++++++------- .../ubuntu-latest_py3.10_extras.txt | 20 +++++++++---------- .../requirements/ubuntu-latest_py3.11.txt | 14 ++++++------- .../ubuntu-latest_py3.11_extras.txt | 20 +++++++++---------- .../requirements/ubuntu-latest_py3.10.txt | 6 +++--- .../ubuntu-latest_py3.10_extras.txt | 16 +++++++-------- .../requirements/ubuntu-latest_py3.11.txt | 6 +++--- .../ubuntu-latest_py3.11_extras.txt | 16 +++++++-------- .../requirements/ubuntu-latest_py3.10.txt | 2 +- .../ubuntu-latest_py3.10_extras.txt | 18 ++++++++--------- .../requirements/ubuntu-latest_py3.11.txt | 2 +- .../ubuntu-latest_py3.11_extras.txt | 18 ++++++++--------- 12 files changed, 76 insertions(+), 76 deletions(-) diff --git a/emmet-api/requirements/ubuntu-latest_py3.10.txt b/emmet-api/requirements/ubuntu-latest_py3.10.txt index 462fc225d2..18df326077 100644 --- a/emmet-api/requirements/ubuntu-latest_py3.10.txt +++ b/emmet-api/requirements/ubuntu-latest_py3.10.txt @@ -8,7 +8,7 @@ aioitertools==0.12.0 # via maggma annotated-types==0.7.0 # via pydantic -anyio==4.6.2 +anyio==4.6.2.post1 # via starlette asgi-logger==0.1.0 # via emmet-api (setup.py) @@ -21,11 +21,11 @@ attrs==24.2.0 # referencing bcrypt==4.2.0 # via paramiko -boto3==1.35.39 +boto3==1.35.42 # via # emmet-api (setup.py) # maggma -botocore==1.35.39 +botocore==1.35.42 # via # boto3 # s3transfer @@ -154,7 +154,7 @@ pandas==2.2.3 # pymatgen paramiko==3.5.0 # via sshtunnel -pillow==10.4.0 +pillow==11.0.0 # via # imageio # matplotlib @@ -259,7 +259,7 @@ spglib==2.5.0 # via pymatgen sshtunnel==0.4.0 # via maggma -starlette==0.39.2 +starlette==0.40.0 # via fastapi sympy==1.13.3 # via pymatgen @@ -292,13 +292,13 @@ urllib3==2.2.3 # via # botocore # requests -uvicorn==0.31.1 +uvicorn==0.32.0 # via maggma wrapt==1.16.0 # via # ddtrace # deprecated -xmltodict==0.14.1 +xmltodict==0.14.2 # via ddtrace zipp==3.20.2 # via importlib-metadata diff --git a/emmet-api/requirements/ubuntu-latest_py3.10_extras.txt b/emmet-api/requirements/ubuntu-latest_py3.10_extras.txt index 8a30db38b5..48c9ff5fef 100644 --- a/emmet-api/requirements/ubuntu-latest_py3.10_extras.txt +++ b/emmet-api/requirements/ubuntu-latest_py3.10_extras.txt @@ -8,7 +8,7 @@ aioitertools==0.12.0 # via maggma annotated-types==0.7.0 # via pydantic -anyio==4.6.2 +anyio==4.6.2.post1 # via starlette asgi-logger==0.1.0 # via emmet-api (setup.py) @@ -21,11 +21,11 @@ attrs==24.2.0 # referencing bcrypt==4.2.0 # via paramiko -boto3==1.35.39 +boto3==1.35.42 # via # emmet-api (setup.py) # maggma -botocore==1.35.39 +botocore==1.35.42 # via # boto3 # s3transfer @@ -192,7 +192,7 @@ mkdocstrings[python]==0.26.2 # via # emmet-api (setup.py) # mkdocstrings-python -mkdocstrings-python==1.12.0 +mkdocstrings-python==1.12.1 # via mkdocstrings mongomock==4.2.0.post1 # via maggma @@ -207,7 +207,7 @@ mpmath==1.3.0 # via sympy msgpack==1.1.0 # via maggma -mypy==1.11.2 +mypy==1.12.0 # via emmet-api (setup.py) mypy-extensions==1.0.0 # via @@ -261,7 +261,7 @@ paramiko==3.5.0 # via sshtunnel pathspec==0.12.1 # via mkdocs -pillow==10.4.0 +pillow==11.0.0 # via # imageio # matplotlib @@ -407,7 +407,7 @@ spglib==2.5.0 # via pymatgen sshtunnel==0.4.0 # via maggma -starlette==0.39.2 +starlette==0.40.0 # via fastapi sympy==1.13.3 # via pymatgen @@ -428,7 +428,7 @@ tqdm==4.66.5 # via # maggma # pymatgen -types-requests==2.32.0.20240914 +types-requests==2.32.0.20241016 # via emmet-api (setup.py) types-setuptools==75.1.0.20241014 # via emmet-api (setup.py) @@ -453,7 +453,7 @@ urllib3==2.2.3 # botocore # requests # types-requests -uvicorn==0.31.1 +uvicorn==0.32.0 # via maggma virtualenv==20.26.6 # via pre-commit @@ -467,7 +467,7 @@ wrapt==1.16.0 # via # ddtrace # deprecated -xmltodict==0.14.1 +xmltodict==0.14.2 # via ddtrace zipp==3.20.2 # via importlib-metadata diff --git a/emmet-api/requirements/ubuntu-latest_py3.11.txt b/emmet-api/requirements/ubuntu-latest_py3.11.txt index c051b7a229..b4d3110917 100644 --- a/emmet-api/requirements/ubuntu-latest_py3.11.txt +++ b/emmet-api/requirements/ubuntu-latest_py3.11.txt @@ -8,7 +8,7 @@ aioitertools==0.12.0 # via maggma annotated-types==0.7.0 # via pydantic -anyio==4.6.2 +anyio==4.6.2.post1 # via starlette asgi-logger==0.1.0 # via emmet-api (setup.py) @@ -21,11 +21,11 @@ attrs==24.2.0 # referencing bcrypt==4.2.0 # via paramiko -boto3==1.35.39 +boto3==1.35.42 # via # emmet-api (setup.py) # maggma -botocore==1.35.39 +botocore==1.35.42 # via # boto3 # s3transfer @@ -152,7 +152,7 @@ pandas==2.2.3 # pymatgen paramiko==3.5.0 # via sshtunnel -pillow==10.4.0 +pillow==11.0.0 # via # imageio # matplotlib @@ -257,7 +257,7 @@ spglib==2.5.0 # via pymatgen sshtunnel==0.4.0 # via maggma -starlette==0.39.2 +starlette==0.40.0 # via fastapi sympy==1.13.3 # via pymatgen @@ -287,13 +287,13 @@ urllib3==2.2.3 # via # botocore # requests -uvicorn==0.31.1 +uvicorn==0.32.0 # via maggma wrapt==1.16.0 # via # ddtrace # deprecated -xmltodict==0.14.1 +xmltodict==0.14.2 # via ddtrace zipp==3.20.2 # via importlib-metadata diff --git a/emmet-api/requirements/ubuntu-latest_py3.11_extras.txt b/emmet-api/requirements/ubuntu-latest_py3.11_extras.txt index 66a8853624..b574e1a6a8 100644 --- a/emmet-api/requirements/ubuntu-latest_py3.11_extras.txt +++ b/emmet-api/requirements/ubuntu-latest_py3.11_extras.txt @@ -8,7 +8,7 @@ aioitertools==0.12.0 # via maggma annotated-types==0.7.0 # via pydantic -anyio==4.6.2 +anyio==4.6.2.post1 # via starlette asgi-logger==0.1.0 # via emmet-api (setup.py) @@ -21,11 +21,11 @@ attrs==24.2.0 # referencing bcrypt==4.2.0 # via paramiko -boto3==1.35.39 +boto3==1.35.42 # via # emmet-api (setup.py) # maggma -botocore==1.35.39 +botocore==1.35.42 # via # boto3 # s3transfer @@ -188,7 +188,7 @@ mkdocstrings[python]==0.26.2 # via # emmet-api (setup.py) # mkdocstrings-python -mkdocstrings-python==1.12.0 +mkdocstrings-python==1.12.1 # via mkdocstrings mongomock==4.2.0.post1 # via maggma @@ -203,7 +203,7 @@ mpmath==1.3.0 # via sympy msgpack==1.1.0 # via maggma -mypy==1.11.2 +mypy==1.12.0 # via emmet-api (setup.py) mypy-extensions==1.0.0 # via @@ -257,7 +257,7 @@ paramiko==3.5.0 # via sshtunnel pathspec==0.12.1 # via mkdocs -pillow==10.4.0 +pillow==11.0.0 # via # imageio # matplotlib @@ -403,7 +403,7 @@ spglib==2.5.0 # via pymatgen sshtunnel==0.4.0 # via maggma -starlette==0.39.2 +starlette==0.40.0 # via fastapi sympy==1.13.3 # via pymatgen @@ -419,7 +419,7 @@ tqdm==4.66.5 # via # maggma # pymatgen -types-requests==2.32.0.20240914 +types-requests==2.32.0.20241016 # via emmet-api (setup.py) types-setuptools==75.1.0.20241014 # via emmet-api (setup.py) @@ -441,7 +441,7 @@ urllib3==2.2.3 # botocore # requests # types-requests -uvicorn==0.31.1 +uvicorn==0.32.0 # via maggma virtualenv==20.26.6 # via pre-commit @@ -455,7 +455,7 @@ wrapt==1.16.0 # via # ddtrace # deprecated -xmltodict==0.14.1 +xmltodict==0.14.2 # via ddtrace zipp==3.20.2 # via importlib-metadata diff --git a/emmet-builders/requirements/ubuntu-latest_py3.10.txt b/emmet-builders/requirements/ubuntu-latest_py3.10.txt index 457dd4d365..0b358d07bd 100644 --- a/emmet-builders/requirements/ubuntu-latest_py3.10.txt +++ b/emmet-builders/requirements/ubuntu-latest_py3.10.txt @@ -19,9 +19,9 @@ attrs==24.2.0 # referencing bcrypt==4.2.0 # via paramiko -boto3==1.35.39 +boto3==1.35.42 # via maggma -botocore==1.35.39 +botocore==1.35.42 # via # boto3 # s3transfer @@ -204,7 +204,7 @@ patsy==0.5.6 # via statsmodels phonopy==2.28.0 # via matcalc -pillow==10.4.0 +pillow==11.0.0 # via # imageio # matplotlib diff --git a/emmet-builders/requirements/ubuntu-latest_py3.10_extras.txt b/emmet-builders/requirements/ubuntu-latest_py3.10_extras.txt index a565858fa4..e6011a4252 100644 --- a/emmet-builders/requirements/ubuntu-latest_py3.10_extras.txt +++ b/emmet-builders/requirements/ubuntu-latest_py3.10_extras.txt @@ -30,9 +30,9 @@ attrs==24.2.0 # referencing bcrypt==4.2.0 # via paramiko -boto3==1.35.39 +boto3==1.35.42 # via maggma -botocore==1.35.39 +botocore==1.35.42 # via # boto3 # s3transfer @@ -160,7 +160,7 @@ lazy-loader==0.4 # via scikit-image lightning==2.4.0 # via matgl -lightning-utilities==0.11.7 +lightning-utilities==0.11.8 # via # lightning # pytorch-lightning @@ -245,7 +245,7 @@ mkdocstrings[python]==0.26.2 # via # emmet-builders (setup.py) # mkdocstrings-python -mkdocstrings-python==1.12.0 +mkdocstrings-python==1.12.1 # via mkdocstrings mmtf-python==1.1.3 # via mdanalysis @@ -278,7 +278,7 @@ multidict==6.1.0 # via # aiohttp # yarl -mypy==1.11.2 +mypy==1.12.0 # via emmet-builders (setup.py) mypy-extensions==1.0.0 # via @@ -398,7 +398,7 @@ patsy==0.5.6 # via statsmodels phonopy==2.28.0 # via matcalc -pillow==10.4.0 +pillow==11.0.0 # via # imageio # matplotlib @@ -653,7 +653,7 @@ triton==3.0.0 # via torch typeguard==4.3.0 # via inflect -types-requests==2.32.0.20240914 +types-requests==2.32.0.20241016 # via emmet-builders (setup.py) types-setuptools==75.1.0.20241014 # via emmet-builders (setup.py) @@ -692,7 +692,7 @@ wincertstore==0.2.1 # via emmet-builders (setup.py) wrapt==1.16.0 # via smart-open -yarl==1.15.2 +yarl==1.15.4 # via aiohttp # The following packages are considered to be unsafe in a requirements file: diff --git a/emmet-builders/requirements/ubuntu-latest_py3.11.txt b/emmet-builders/requirements/ubuntu-latest_py3.11.txt index 9d6469bb8e..6af0634799 100644 --- a/emmet-builders/requirements/ubuntu-latest_py3.11.txt +++ b/emmet-builders/requirements/ubuntu-latest_py3.11.txt @@ -19,9 +19,9 @@ attrs==24.2.0 # referencing bcrypt==4.2.0 # via paramiko -boto3==1.35.39 +boto3==1.35.42 # via maggma -botocore==1.35.39 +botocore==1.35.42 # via # boto3 # s3transfer @@ -202,7 +202,7 @@ patsy==0.5.6 # via statsmodels phonopy==2.28.0 # via matcalc -pillow==10.4.0 +pillow==11.0.0 # via # imageio # matplotlib diff --git a/emmet-builders/requirements/ubuntu-latest_py3.11_extras.txt b/emmet-builders/requirements/ubuntu-latest_py3.11_extras.txt index a37ea359db..10900de3a2 100644 --- a/emmet-builders/requirements/ubuntu-latest_py3.11_extras.txt +++ b/emmet-builders/requirements/ubuntu-latest_py3.11_extras.txt @@ -28,9 +28,9 @@ attrs==24.2.0 # referencing bcrypt==4.2.0 # via paramiko -boto3==1.35.39 +boto3==1.35.42 # via maggma -botocore==1.35.39 +botocore==1.35.42 # via # boto3 # s3transfer @@ -156,7 +156,7 @@ lazy-loader==0.4 # via scikit-image lightning==2.4.0 # via matgl -lightning-utilities==0.11.7 +lightning-utilities==0.11.8 # via # lightning # pytorch-lightning @@ -241,7 +241,7 @@ mkdocstrings[python]==0.26.2 # via # emmet-builders (setup.py) # mkdocstrings-python -mkdocstrings-python==1.12.0 +mkdocstrings-python==1.12.1 # via mkdocstrings mmtf-python==1.1.3 # via mdanalysis @@ -274,7 +274,7 @@ multidict==6.1.0 # via # aiohttp # yarl -mypy==1.11.2 +mypy==1.12.0 # via emmet-builders (setup.py) mypy-extensions==1.0.0 # via @@ -394,7 +394,7 @@ patsy==0.5.6 # via statsmodels phonopy==2.28.0 # via matcalc -pillow==10.4.0 +pillow==11.0.0 # via # imageio # matplotlib @@ -644,7 +644,7 @@ triton==3.0.0 # via torch typeguard==4.3.0 # via inflect -types-requests==2.32.0.20240914 +types-requests==2.32.0.20241016 # via emmet-builders (setup.py) types-setuptools==75.1.0.20241014 # via emmet-builders (setup.py) @@ -682,7 +682,7 @@ wincertstore==0.2.1 # via emmet-builders (setup.py) wrapt==1.16.0 # via smart-open -yarl==1.15.2 +yarl==1.15.4 # via aiohttp # The following packages are considered to be unsafe in a requirements file: diff --git a/emmet-core/requirements/ubuntu-latest_py3.10.txt b/emmet-core/requirements/ubuntu-latest_py3.10.txt index 7b15ba3705..8de395ab24 100644 --- a/emmet-core/requirements/ubuntu-latest_py3.10.txt +++ b/emmet-core/requirements/ubuntu-latest_py3.10.txt @@ -51,7 +51,7 @@ palettable==3.3.3 # via pymatgen pandas==2.2.3 # via pymatgen -pillow==10.4.0 +pillow==11.0.0 # via matplotlib plotly==5.24.1 # via pymatgen diff --git a/emmet-core/requirements/ubuntu-latest_py3.10_extras.txt b/emmet-core/requirements/ubuntu-latest_py3.10_extras.txt index a26db8cca7..4584688ecf 100644 --- a/emmet-core/requirements/ubuntu-latest_py3.10_extras.txt +++ b/emmet-core/requirements/ubuntu-latest_py3.10_extras.txt @@ -30,9 +30,9 @@ attrs==24.2.0 # referencing bcrypt==4.2.0 # via paramiko -boto3==1.35.39 +boto3==1.35.42 # via maggma -botocore==1.35.39 +botocore==1.35.42 # via # boto3 # s3transfer @@ -64,7 +64,7 @@ cryptography==43.0.1 # via paramiko csscompressor==0.9.5 # via mkdocs-minify-plugin -custodian==2024.6.24 +custodian==2024.10.16 # via emmet-core (setup.py) cycler==0.12.1 # via matplotlib @@ -160,7 +160,7 @@ lazy-loader==0.4 # via scikit-image lightning==2.4.0 # via matgl -lightning-utilities==0.11.7 +lightning-utilities==0.11.8 # via # lightning # pytorch-lightning @@ -239,7 +239,7 @@ mkdocstrings[python]==0.26.2 # via # emmet-core (setup.py) # mkdocstrings-python -mkdocstrings-python==1.12.0 +mkdocstrings-python==1.12.1 # via mkdocstrings mmtf-python==1.1.3 # via mdanalysis @@ -274,7 +274,7 @@ multidict==6.1.0 # via # aiohttp # yarl -mypy==1.11.2 +mypy==1.12.0 # via emmet-core (setup.py) mypy-extensions==1.0.0 # via @@ -394,7 +394,7 @@ patsy==0.5.6 # via statsmodels phonopy==2.28.0 # via matcalc -pillow==10.4.0 +pillow==11.0.0 # via # imageio # matplotlib @@ -650,7 +650,7 @@ triton==3.0.0 # via torch typeguard==4.3.0 # via inflect -types-requests==2.32.0.20240914 +types-requests==2.32.0.20241016 # via emmet-core (setup.py) types-setuptools==75.1.0.20241014 # via emmet-core (setup.py) @@ -690,7 +690,7 @@ wincertstore==0.2.1 # via emmet-core (setup.py) wrapt==1.16.0 # via smart-open -yarl==1.15.2 +yarl==1.15.4 # via aiohttp # The following packages are considered to be unsafe in a requirements file: diff --git a/emmet-core/requirements/ubuntu-latest_py3.11.txt b/emmet-core/requirements/ubuntu-latest_py3.11.txt index d4cc84e3e3..d22d2dfb9e 100644 --- a/emmet-core/requirements/ubuntu-latest_py3.11.txt +++ b/emmet-core/requirements/ubuntu-latest_py3.11.txt @@ -51,7 +51,7 @@ palettable==3.3.3 # via pymatgen pandas==2.2.3 # via pymatgen -pillow==10.4.0 +pillow==11.0.0 # via matplotlib plotly==5.24.1 # via pymatgen diff --git a/emmet-core/requirements/ubuntu-latest_py3.11_extras.txt b/emmet-core/requirements/ubuntu-latest_py3.11_extras.txt index 26174ccc7d..c5781db6a4 100644 --- a/emmet-core/requirements/ubuntu-latest_py3.11_extras.txt +++ b/emmet-core/requirements/ubuntu-latest_py3.11_extras.txt @@ -28,9 +28,9 @@ attrs==24.2.0 # referencing bcrypt==4.2.0 # via paramiko -boto3==1.35.39 +boto3==1.35.42 # via maggma -botocore==1.35.39 +botocore==1.35.42 # via # boto3 # s3transfer @@ -62,7 +62,7 @@ cryptography==43.0.1 # via paramiko csscompressor==0.9.5 # via mkdocs-minify-plugin -custodian==2024.6.24 +custodian==2024.10.16 # via emmet-core (setup.py) cycler==0.12.1 # via matplotlib @@ -156,7 +156,7 @@ lazy-loader==0.4 # via scikit-image lightning==2.4.0 # via matgl -lightning-utilities==0.11.7 +lightning-utilities==0.11.8 # via # lightning # pytorch-lightning @@ -235,7 +235,7 @@ mkdocstrings[python]==0.26.2 # via # emmet-core (setup.py) # mkdocstrings-python -mkdocstrings-python==1.12.0 +mkdocstrings-python==1.12.1 # via mkdocstrings mmtf-python==1.1.3 # via mdanalysis @@ -270,7 +270,7 @@ multidict==6.1.0 # via # aiohttp # yarl -mypy==1.11.2 +mypy==1.12.0 # via emmet-core (setup.py) mypy-extensions==1.0.0 # via @@ -390,7 +390,7 @@ patsy==0.5.6 # via statsmodels phonopy==2.28.0 # via matcalc -pillow==10.4.0 +pillow==11.0.0 # via # imageio # matplotlib @@ -641,7 +641,7 @@ triton==3.0.0 # via torch typeguard==4.3.0 # via inflect -types-requests==2.32.0.20240914 +types-requests==2.32.0.20241016 # via emmet-core (setup.py) types-setuptools==75.1.0.20241014 # via emmet-core (setup.py) @@ -680,7 +680,7 @@ wincertstore==0.2.1 # via emmet-core (setup.py) wrapt==1.16.0 # via smart-open -yarl==1.15.2 +yarl==1.15.4 # via aiohttp # The following packages are considered to be unsafe in a requirements file: