diff --git a/docs/requirements.txt b/docs/requirements.txt index 5c166c877f..3ab751e482 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -72,7 +72,7 @@ packaging==21.3 # via mkdocs pygments==2.13.0 # via mkdocs-material -pymdown-extensions==9.7 +pymdown-extensions==10.0 # via # mkdocs-material # mkdocstrings @@ -91,7 +91,7 @@ six==1.16.0 # via # livereload # python-dateutil -tornado==6.2 +tornado==6.4.1 # via livereload watchdog==2.1.9 # via mkdocs diff --git a/emmet-api/requirements/deployment.txt b/emmet-api/requirements/deployment.txt index c57f857675..c46d640aa9 100644 --- a/emmet-api/requirements/deployment.txt +++ b/emmet-api/requirements/deployment.txt @@ -39,7 +39,7 @@ bytecode==0.15.1 # via ddtrace cattrs==23.2.3 # via ddtrace -certifi==2024.6.2 +certifi==2024.7.4 # via # httpcore # httpx @@ -58,7 +58,7 @@ click==8.1.7 # uvicorn contourpy==1.2.1 # via matplotlib -cryptography==42.0.8 +cryptography==43.0.0 # via paramiko cycler==0.12.1 # via matplotlib @@ -176,7 +176,7 @@ numpy==1.26.4 # spglib opentelemetry-api==1.25.0 # via ddtrace -orjson==3.10.5 +orjson==3.10.6 # via # fastapi # maggma @@ -194,7 +194,7 @@ pandas==2.2.2 # pymatgen paramiko==3.4.0 # via sshtunnel -pillow==10.3.0 +pillow==10.4.0 # via matplotlib plotly==5.22.0 # via pymatgen @@ -222,13 +222,13 @@ pydash==8.0.1 # via maggma pygments==2.18.0 # via rich -pymatgen==2024.4.13 +pymatgen==2024.7.18 # via # emmet-core # pymatgen-analysis-alloys pymatgen-analysis-alloys==0.0.6 # via emmet-api (emmet/emmet-api/setup.py) -pymongo==4.7.3 +pymongo==4.8.0 # via # maggma # mongogrant diff --git a/emmet-builders/requirements/deployment.txt b/emmet-builders/requirements/deployment.txt index 7d51382470..30eff12b03 100644 --- a/emmet-builders/requirements/deployment.txt +++ b/emmet-builders/requirements/deployment.txt @@ -4,7 +4,7 @@ # # pip-compile --output-file=emmet/emmet-builders/requirements/deployment.txt emmet/emmet-builders/setup.py python/requirements.txt # -aiohttp==3.9.3 +aiohttp==3.9.4 # via fsspec aioitertools==0.11.0 # via maggma @@ -36,7 +36,7 @@ botocore==1.34.34 # via # boto3 # s3transfer -certifi==2024.2.2 +certifi==2024.7.4 # via requests cffi==1.16.0 # via @@ -53,7 +53,7 @@ click==8.1.7 # uvicorn contourpy==1.2.0 # via matplotlib -cryptography==42.0.2 +cryptography==42.0.4 # via paramiko cycler==0.12.1 # via matplotlib @@ -61,7 +61,7 @@ cython==3.0.8 # via chgnet dgl==1.1.3 # via matgl -dnspython==2.5.0 +dnspython==2.6.1 # via # maggma # pymongo @@ -95,7 +95,7 @@ h11==0.14.0 # via uvicorn h5py==3.10.0 # via phonopy -idna==3.6 +idna==3.7 # via # anyio # requests @@ -104,7 +104,7 @@ inflect==7.0.0 # via robocrys itsdangerous==2.1.2 # via flask -jinja2==3.1.3 +jinja2==3.1.4 # via # flask # torch @@ -230,7 +230,7 @@ nvidia-nvjitlink-cu12==12.3.101 # nvidia-cusparse-cu12 nvidia-nvtx-cu12==12.1.105 # via torch -orjson==3.9.13 +orjson==3.9.15 # via maggma packaging==23.2 # via @@ -251,7 +251,7 @@ paramiko==3.4.0 # via sshtunnel phonopy==2.21.0 # via matcalc -pillow==10.2.0 +pillow==10.3.0 # via matplotlib plotly==5.18.0 # via pymatgen @@ -281,7 +281,7 @@ pydantic-settings==2.1.0 # maggma pydash==7.0.7 # via maggma -pymatgen==2024.1.27 +pymatgen==2024.2.20 # via # chgnet # emmet-core @@ -295,7 +295,7 @@ pymatgen-analysis-alloys==0.0.6 # via emmet-core pymatgen-analysis-diffusion==2023.8.15 # via emmet-core -pymongo==4.6.1 +pymongo==4.6.3 # via # maggma # matminer @@ -327,7 +327,7 @@ referencing==0.33.0 # via # jsonschema # jsonschema-specifications -requests==2.31.0 +requests==2.32.2 # via # dgl # matminer @@ -348,7 +348,7 @@ ruamel-yaml-clib==0.2.8 # via ruamel-yaml s3transfer==0.10.0 # via boto3 -scikit-learn==1.4.0 +scikit-learn==1.5.0 # via matminer scipy==1.12.0 # via @@ -400,7 +400,7 @@ torch==2.2.0 # torchmetrics torchmetrics==1.3.0.post0 # via pytorch-lightning -tqdm==4.66.1 +tqdm==4.66.3 # via # dgl # maggma @@ -424,7 +424,7 @@ typing-extensions==4.9.0 # uvicorn uncertainties==3.1.7 # via pymatgen -urllib3==2.0.7 +urllib3==2.2.2 # via # botocore # requests diff --git a/emmet-builders/requirements/ubuntu-latest_py3.10.txt b/emmet-builders/requirements/ubuntu-latest_py3.10.txt index a09688dd81..b1ee8e1977 100644 --- a/emmet-builders/requirements/ubuntu-latest_py3.10.txt +++ b/emmet-builders/requirements/ubuntu-latest_py3.10.txt @@ -33,7 +33,7 @@ charset-normalizer==3.3.2 # via requests contourpy==1.2.1 # via matplotlib -cryptography==43.0.0 +cryptography==42.0.4 # via paramiko cycler==0.12.1 # via matplotlib @@ -160,7 +160,7 @@ numpy==1.26.4 # solvation-analysis # spglib # statsmodels -orjson==3.10.6 +orjson==3.9.15 # via maggma packaging==24.1 # via @@ -185,7 +185,7 @@ patsy==0.5.6 # via statsmodels phonopy==2.26.6 # via matcalc -pillow==10.4.0 +pillow==10.3.0 # via # matplotlib # rdkit @@ -217,7 +217,7 @@ pydantic-settings==2.3.4 # maggma pydash==8.0.3 # via maggma -pymatgen==2024.4.13 +pymatgen==2024.2.20 # via # emmet-core # matcalc @@ -230,7 +230,7 @@ pymatgen-analysis-alloys==0.0.6 # via emmet-core pymatgen-analysis-diffusion==2023.8.15 # via emmet-core -pymongo==4.8.0 +pymongo==4.6.3 # via # maggma # matminer @@ -262,7 +262,7 @@ referencing==0.35.1 # via # jsonschema # jsonschema-specifications -requests==2.32.3 +requests==2.32.2 # via # matminer # mp-api @@ -282,7 +282,7 @@ ruamel-yaml-clib==0.2.8 # via ruamel-yaml s3transfer==0.10.2 # via boto3 -scikit-learn==1.5.1 +scikit-learn==1.5.0 # via matminer scipy==1.14.0 # via @@ -335,7 +335,7 @@ threadpoolctl==3.5.0 # scikit-learn tomli==2.0.1 # via pytest -tqdm==4.66.4 +tqdm==4.66.3 # via # maggma # matminer diff --git a/emmet-builders/requirements/ubuntu-latest_py3.10_extras.txt b/emmet-builders/requirements/ubuntu-latest_py3.10_extras.txt index b09cda6932..333dbdf397 100644 --- a/emmet-builders/requirements/ubuntu-latest_py3.10_extras.txt +++ b/emmet-builders/requirements/ubuntu-latest_py3.10_extras.txt @@ -4,7 +4,7 @@ # # pip-compile --all-extras --output-file=requirements/ubuntu-latest_py3.10_extras.txt # -aiohttp==3.9.5 +aiohttp==3.9.4 # via fsspec aioitertools==0.11.0 # via maggma @@ -59,7 +59,7 @@ contourpy==1.2.1 # via matplotlib coverage[toml]==7.6.0 # via pytest-cov -cryptography==43.0.0 +cryptography==42.0.4 # via paramiko csscompressor==0.9.5 # via mkdocs-minify-plugin @@ -344,7 +344,7 @@ nvidia-nvjitlink-cu12==12.5.82 # nvidia-cusparse-cu12 nvidia-nvtx-cu12==12.1.105 # via torch -orjson==3.10.6 +orjson==3.9.15 # via maggma packaging==24.1 # via @@ -376,7 +376,7 @@ patsy==0.5.6 # via statsmodels phonopy==2.26.6 # via matcalc -pillow==10.4.0 +pillow==10.3.0 # via # matplotlib # rdkit @@ -428,7 +428,7 @@ pyflakes==3.2.0 # via flake8 pygments==2.18.0 # via mkdocs-material -pymatgen==2024.4.13 +pymatgen==2024.2.20 # via # chgnet # emmet-core @@ -447,7 +447,7 @@ pymdown-extensions==10.8.1 # via # mkdocs-material # mkdocstrings -pymongo==4.8.0 +pymongo==4.6.3 # via # maggma # matminer @@ -497,7 +497,7 @@ referencing==0.35.1 # via # jsonschema # jsonschema-specifications -requests==2.32.3 +requests==2.32.2 # via # dgl # matminer @@ -519,7 +519,7 @@ ruamel-yaml-clib==0.2.8 # via ruamel-yaml s3transfer==0.10.2 # via boto3 -scikit-learn==1.5.1 +scikit-learn==1.5.0 # via matminer scipy==1.14.0 # via @@ -595,7 +595,7 @@ torchmetrics==1.4.0.post0 # pytorch-lightning tornado==6.4.1 # via livereload -tqdm==4.66.4 +tqdm==4.66.3 # via # dgl # lightning diff --git a/emmet-builders/requirements/ubuntu-latest_py3.11.txt b/emmet-builders/requirements/ubuntu-latest_py3.11.txt index dcbfbd46ab..a31eab974d 100644 --- a/emmet-builders/requirements/ubuntu-latest_py3.11.txt +++ b/emmet-builders/requirements/ubuntu-latest_py3.11.txt @@ -33,7 +33,7 @@ charset-normalizer==3.3.2 # via requests contourpy==1.2.1 # via matplotlib -cryptography==43.0.0 +cryptography==42.0.4 # via paramiko cycler==0.12.1 # via matplotlib @@ -158,7 +158,7 @@ numpy==1.26.4 # solvation-analysis # spglib # statsmodels -orjson==3.10.6 +orjson==3.9.15 # via maggma packaging==24.1 # via @@ -183,7 +183,7 @@ patsy==0.5.6 # via statsmodels phonopy==2.26.6 # via matcalc -pillow==10.4.0 +pillow==10.3.0 # via # matplotlib # rdkit @@ -215,7 +215,7 @@ pydantic-settings==2.3.4 # maggma pydash==8.0.3 # via maggma -pymatgen==2024.4.13 +pymatgen==2024.2.20 # via # emmet-core # matcalc @@ -228,7 +228,7 @@ pymatgen-analysis-alloys==0.0.6 # via emmet-core pymatgen-analysis-diffusion==2023.8.15 # via emmet-core -pymongo==4.8.0 +pymongo==4.6.3 # via # maggma # matminer @@ -260,7 +260,7 @@ referencing==0.35.1 # via # jsonschema # jsonschema-specifications -requests==2.32.3 +requests==2.32.2 # via # matminer # mp-api @@ -280,7 +280,7 @@ ruamel-yaml-clib==0.2.8 # via ruamel-yaml s3transfer==0.10.2 # via boto3 -scikit-learn==1.5.1 +scikit-learn==1.5.0 # via matminer scipy==1.14.0 # via @@ -331,7 +331,7 @@ threadpoolctl==3.5.0 # via # mdanalysis # scikit-learn -tqdm==4.66.4 +tqdm==4.66.3 # via # maggma # matminer diff --git a/emmet-builders/requirements/ubuntu-latest_py3.11_extras.txt b/emmet-builders/requirements/ubuntu-latest_py3.11_extras.txt index 4da4cd4850..8eef6531c6 100644 --- a/emmet-builders/requirements/ubuntu-latest_py3.11_extras.txt +++ b/emmet-builders/requirements/ubuntu-latest_py3.11_extras.txt @@ -4,7 +4,7 @@ # # pip-compile --all-extras --output-file=requirements/ubuntu-latest_py3.11_extras.txt # -aiohttp==3.9.5 +aiohttp==3.9.4 # via fsspec aioitertools==0.11.0 # via maggma @@ -55,7 +55,7 @@ contourpy==1.2.1 # via matplotlib coverage[toml]==7.6.0 # via pytest-cov -cryptography==43.0.0 +cryptography==42.0.4 # via paramiko csscompressor==0.9.5 # via mkdocs-minify-plugin @@ -338,7 +338,7 @@ nvidia-nvjitlink-cu12==12.5.82 # nvidia-cusparse-cu12 nvidia-nvtx-cu12==12.1.105 # via torch -orjson==3.10.6 +orjson==3.9.15 # via maggma packaging==24.1 # via @@ -370,7 +370,7 @@ patsy==0.5.6 # via statsmodels phonopy==2.26.6 # via matcalc -pillow==10.4.0 +pillow==10.3.0 # via # matplotlib # rdkit @@ -422,7 +422,7 @@ pyflakes==3.2.0 # via flake8 pygments==2.18.0 # via mkdocs-material -pymatgen==2024.4.13 +pymatgen==2024.2.20 # via # chgnet # emmet-core @@ -441,7 +441,7 @@ pymdown-extensions==10.8.1 # via # mkdocs-material # mkdocstrings -pymongo==4.8.0 +pymongo==4.6.3 # via # maggma # matminer @@ -491,7 +491,7 @@ referencing==0.35.1 # via # jsonschema # jsonschema-specifications -requests==2.32.3 +requests==2.32.2 # via # dgl # matminer @@ -513,7 +513,7 @@ ruamel-yaml-clib==0.2.8 # via ruamel-yaml s3transfer==0.10.2 # via boto3 -scikit-learn==1.5.1 +scikit-learn==1.5.0 # via matminer scipy==1.14.0 # via @@ -584,7 +584,7 @@ torchmetrics==1.4.0.post0 # pytorch-lightning tornado==6.4.1 # via livereload -tqdm==4.66.4 +tqdm==4.66.3 # via # dgl # lightning diff --git a/emmet-core/requirements/deployment.txt b/emmet-core/requirements/deployment.txt index 0f9bf1bcd8..46a767e9d1 100644 --- a/emmet-core/requirements/deployment.txt +++ b/emmet-core/requirements/deployment.txt @@ -6,7 +6,7 @@ # annotated-types==0.7.0 # via pydantic -certifi==2024.6.2 +certifi==2024.7.4 # via requests charset-normalizer==3.3.2 # via requests @@ -56,7 +56,7 @@ pandas==2.2.2 # via # -r python/requirements.txt # pymatgen -pillow==10.3.0 +pillow==10.4.0 # via matplotlib plotly==5.22.0 # via pymatgen @@ -72,7 +72,7 @@ pydantic-core==2.18.4 # via pydantic pydantic-settings==2.3.3 # via emmet-core (emmet/emmet-core/setup.py) -pymatgen==2024.4.13 +pymatgen==2024.7.18 # via emmet-core (emmet/emmet-core/setup.py) pyparsing==3.1.2 # via matplotlib