From 20fc201874bdf3add648a71c02e333bc88dc600a Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 19 Jun 2023 08:04:56 +0000 Subject: [PATCH] update dependencies for ubuntu-latest/py3.9 --- requirements/ubuntu-latest_py3.9.txt | 82 +++++----- requirements/ubuntu-latest_py3.9_extras.txt | 170 ++++++++++---------- 2 files changed, 129 insertions(+), 123 deletions(-) diff --git a/requirements/ubuntu-latest_py3.9.txt b/requirements/ubuntu-latest_py3.9.txt index f14a50f64..b4c6f28e9 100644 --- a/requirements/ubuntu-latest_py3.9.txt +++ b/requirements/ubuntu-latest_py3.9.txt @@ -1,52 +1,54 @@ # -# This file is autogenerated by pip-compile with python 3.9 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.9 +# by the following command: # # pip-compile --output-file=requirements/ubuntu-latest_py3.9.txt # -certifi==2022.9.24 +certifi==2023.5.7 # via requests -charset-normalizer==2.1.1 +charset-normalizer==3.1.0 # via requests -contourpy==1.0.6 +contourpy==1.1.0 # via matplotlib cycler==0.11.0 # via matplotlib -dnspython==2.2.1 +dnspython==2.3.0 # via pymongo -emmet-core==0.38.9 +emmet-core==0.57.1 # via mp-api -fonttools==4.38.0 +fonttools==4.40.0 # via matplotlib -future==0.18.2 +future==0.18.3 # via # matminer (setup.py) # uncertainties idna==3.4 # via requests +importlib-resources==5.12.0 + # via matplotlib joblib==1.2.0 # via scikit-learn kiwisolver==1.4.4 # via matplotlib latexcodec==2.0.1 # via pybtex -matplotlib==3.6.2 +matplotlib==3.7.1 # via pymatgen -monty==2022.9.9 +monty==2023.5.8 # via # emmet-core # matminer (setup.py) # mp-api # pymatgen -mp-api==0.29.4 +mp-api==0.33.3 # via pymatgen -mpmath==1.2.1 +mpmath==1.3.0 # via sympy -msgpack==1.0.4 +msgpack==1.0.5 # via mp-api -networkx==2.8.8 +networkx==3.1 # via pymatgen -numpy==1.23.4 +numpy==1.25.0 # via # contourpy # matminer (setup.py) @@ -56,55 +58,55 @@ numpy==1.23.4 # scikit-learn # scipy # spglib -packaging==21.3 - # via matplotlib -palettable==3.3.0 +packaging==23.1 + # via + # matplotlib + # plotly +palettable==3.3.3 # via pymatgen -pandas==1.5.1 +pandas==1.5.3 # via # matminer (setup.py) # pymatgen -pillow==9.3.0 +pillow==9.5.0 # via matplotlib -plotly==5.11.0 +plotly==5.15.0 # via pymatgen pybtex==0.24.0 # via # emmet-core # pymatgen -pydantic==1.10.2 +pydantic==1.10.9 # via emmet-core -pymatgen==2022.11.7 +pymatgen==2023.5.31 # via # emmet-core # matminer (setup.py) # mp-api -pymongo==4.3.2 +pymongo==4.3.3 # via matminer (setup.py) -pyparsing==3.0.9 - # via - # matplotlib - # packaging +pyparsing==3.1.0 + # via matplotlib python-dateutil==2.8.2 # via # matplotlib # pandas -pytz==2022.6 +pytz==2023.3 # via pandas pyyaml==6.0 # via pybtex -requests==2.28.1 +requests==2.31.0 # via # matminer (setup.py) # mp-api # pymatgen -ruamel-yaml==0.17.21 +ruamel-yaml==0.17.32 # via pymatgen ruamel-yaml-clib==0.2.7 # via ruamel-yaml -scikit-learn==1.1.3 +scikit-learn==1.2.2 # via matminer (setup.py) -scipy==1.9.3 +scipy==1.10.1 # via # pymatgen # scikit-learn @@ -117,29 +119,31 @@ spglib==2.0.2 # via # emmet-core # pymatgen -sympy==1.11.1 +sympy==1.12 # via # matminer (setup.py) # pymatgen tabulate==0.9.0 # via pymatgen -tenacity==8.1.0 +tenacity==8.2.2 # via plotly threadpoolctl==3.1.0 # via scikit-learn -tqdm==4.64.1 +tqdm==4.65.0 # via # matminer (setup.py) # pymatgen -typing-extensions==4.4.0 +typing-extensions==4.6.3 # via # emmet-core # mp-api # pydantic uncertainties==3.1.7 # via pymatgen -urllib3==1.26.12 +urllib3==2.0.3 # via requests +zipp==3.15.0 + # via importlib-resources # The following packages are considered to be unsafe in a requirements file: # setuptools diff --git a/requirements/ubuntu-latest_py3.9_extras.txt b/requirements/ubuntu-latest_py3.9_extras.txt index ca2db529a..a8aa2a4d9 100644 --- a/requirements/ubuntu-latest_py3.9_extras.txt +++ b/requirements/ubuntu-latest_py3.9_extras.txt @@ -1,41 +1,39 @@ # -# This file is autogenerated by pip-compile with python 3.9 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.9 +# by the following command: # # pip-compile --all-extras --output-file=requirements/ubuntu-latest_py3.9_extras.txt # aflow==0.0.11 # via matminer (setup.py) -alabaster==0.7.12 +alabaster==0.7.13 # via sphinx ase==3.22.1 # via # aflow # dscribe # matminer (setup.py) -astroid==2.12.12 +astroid==2.15.5 # via pylint -attrs==22.1.0 - # via - # jsonschema - # pytest -babel==2.11.0 +attrs==23.1.0 + # via jsonschema +babel==2.12.1 # via sphinx -beautifulsoup4==4.11.1 +beautifulsoup4==4.12.2 # via aflow -black==22.10.0 +black==23.3.0 # via matminer (setup.py) -certifi==2022.9.24 +certifi==2023.5.7 # via requests cffi==1.15.1 # via cryptography -charset-normalizer==2.1.1 +charset-normalizer==3.1.0 # via requests citrination-client==6.5.1 # via matminer (setup.py) click==8.1.3 # via black -contourpy==1.0.6 +contourpy==1.1.0 # via matplotlib coverage[toml]==6.5.0 # via @@ -44,7 +42,7 @@ coverage[toml]==6.5.0 # pytest-cov coveralls==3.3.1 # via matminer (setup.py) -cryptography==38.0.3 +cryptography==41.0.1 # via # globus-sdk # pyjwt @@ -52,47 +50,49 @@ cycler==0.11.0 # via matplotlib dill==0.3.6 # via pylint -dnspython==2.2.1 +dnspython==2.3.0 # via pymongo docopt==0.6.2 # via coveralls -docutils==0.19 +docutils==0.20.1 # via sphinx dscribe==2.0.0 # via matminer (setup.py) -emmet-core==0.38.9 +emmet-core==0.57.1 # via mp-api -exceptiongroup==1.0.1 +exceptiongroup==1.1.1 # via pytest fair-research-login==0.3.0 # via mdf-toolbox -flake8==5.0.4 +flake8==6.0.0 # via matminer (setup.py) -fonttools==4.38.0 +fonttools==4.40.0 # via matplotlib -future==0.18.2 +future==0.18.3 # via # matminer (setup.py) # uncertainties globus-nexus-client==0.4.1 # via mdf-toolbox -globus-sdk==3.14.0 +globus-sdk==3.21.0 # via # fair-research-login # globus-nexus-client # mdf-forge # mdf-toolbox -httplib2==0.21.0 +httplib2==0.22.0 # via matminer (setup.py) idna==3.4 # via requests imagesize==1.4.1 # via sphinx -importlib-metadata==5.0.0 +importlib-metadata==6.7.0 # via sphinx -iniconfig==1.1.1 +importlib-resources==5.12.0 + # via matplotlib +iniconfig==2.0.0 # via pytest -isort==5.10.1 +isort==5.12.0 # via pylint jinja2==3.1.2 # via @@ -112,13 +112,13 @@ kiwisolver==1.4.4 # via matplotlib latexcodec==2.0.1 # via pybtex -lazy-object-proxy==1.8.0 +lazy-object-proxy==1.9.0 # via astroid -llvmlite==0.39.1 +llvmlite==0.40.0 # via numba -markupsafe==2.1.1 +markupsafe==2.1.3 # via jinja2 -matplotlib==3.6.2 +matplotlib==3.7.1 # via # ase # pymatgen @@ -130,25 +130,25 @@ mdf-forge==0.8.0 # via matminer (setup.py) mdf-toolbox==0.6.0 # via mdf-forge -monty==2022.9.9 +monty==2023.5.8 # via # emmet-core # matminer (setup.py) # mp-api # pymatgen -mp-api==0.29.4 +mp-api==0.33.3 # via pymatgen -mpmath==1.2.1 +mpmath==1.3.0 # via sympy -msgpack==1.0.4 +msgpack==1.0.5 # via mp-api -mypy-extensions==0.4.3 +mypy-extensions==1.0.0 # via black -networkx==2.8.8 +networkx==3.1 # via pymatgen -numba==0.56.4 +numba==0.57.0 # via sparse -numpy==1.23.4 +numpy==1.24.3 # via # aflow # ase @@ -164,70 +164,72 @@ numpy==1.23.4 # scipy # sparse # spglib -packaging==21.3 +packaging==23.1 # via + # black # matplotlib + # plotly # pytest # sphinx -palettable==3.3.0 +palettable==3.3.3 # via pymatgen -pandas==1.5.1 +pandas==1.5.3 # via # matminer (setup.py) # pymatgen -pathspec==0.10.1 +pathspec==0.11.1 # via black -pillow==9.3.0 +pillow==9.5.0 # via matplotlib -platformdirs==2.5.3 +platformdirs==3.6.0 # via # black # pylint -plotly==5.11.0 +plotly==5.15.0 # via pymatgen pluggy==1.0.0 # via pytest -pybind11==2.10.1 +pybind11==2.10.4 # via dscribe pybtex==0.24.0 # via # emmet-core # pymatgen -pycodestyle==2.9.1 +pycodestyle==2.10.0 # via flake8 pycparser==2.21 # via cffi -pydantic==1.10.2 +pydantic==1.10.9 # via emmet-core -pyflakes==2.5.0 +pyflakes==3.0.1 # via flake8 -pygments==2.13.0 +pygments==2.15.1 # via sphinx -pyjwt[crypto]==2.6.0 +pyjwt[crypto]==2.7.0 # via globus-sdk -pylint==2.15.5 +pylint==2.17.4 # via matminer (setup.py) -pymatgen==2022.11.7 +pymatgen==2023.5.31 # via # emmet-core # matminer (setup.py) # mp-api -pymongo==4.3.2 +pymongo==4.3.3 # via matminer (setup.py) -pyparsing==3.0.9 +pyparsing==3.1.0 # via # httplib2 # matplotlib - # packaging pypif==2.1.2 # via citrination-client -pyrsistent==0.19.2 +pyrsistent==0.19.3 # via jsonschema -pytest==7.2.0 +pytest==7.3.2 # via # matminer (setup.py) # pytest-cov -pytest-cov==4.0.0 + # pytest-timeout +pytest-cov==4.1.0 # via matminer (setup.py) pytest-timeout==2.1.0 # via matminer (setup.py) @@ -235,15 +237,13 @@ python-dateutil==2.8.2 # via # matplotlib # pandas -pytz==2022.6 - # via - # babel - # pandas +pytz==2023.3 + # via pandas pyyaml==6.0 # via # citrination-client # pybtex -requests==2.28.1 +requests==2.31.0 # via # citrination-client # coveralls @@ -254,15 +254,15 @@ requests==2.28.1 # mp-api # pymatgen # sphinx -ruamel-yaml==0.17.21 +ruamel-yaml==0.17.32 # via pymatgen ruamel-yaml-clib==0.2.7 # via ruamel-yaml -scikit-learn==1.1.3 +scikit-learn==1.2.2 # via # dscribe # matminer (setup.py) -scipy==1.9.3 +scipy==1.10.1 # via # ase # dscribe @@ -279,21 +279,21 @@ six==1.16.0 # python-dateutil snowballstemmer==2.2.0 # via sphinx -soupsieve==2.3.2.post1 +soupsieve==2.4.1 # via beautifulsoup4 -sparse==0.13.0 +sparse==0.14.0 # via dscribe spglib==2.0.2 # via # emmet-core # pymatgen -sphinx==5.3.0 +sphinx==7.0.1 # via matminer (setup.py) -sphinxcontrib-applehelp==1.0.2 +sphinxcontrib-applehelp==1.0.4 # via sphinx sphinxcontrib-devhelp==1.0.2 # via sphinx -sphinxcontrib-htmlhelp==2.0.0 +sphinxcontrib-htmlhelp==2.0.1 # via sphinx sphinxcontrib-jsmath==1.0.1 # via sphinx @@ -301,15 +301,15 @@ sphinxcontrib-qthelp==1.0.3 # via sphinx sphinxcontrib-serializinghtml==1.1.5 # via sphinx -sympy==1.11.1 +sympy==1.12 # via # matminer (setup.py) # pymatgen tabulate==0.9.0 # via pymatgen -tenacity==8.1.0 +tenacity==8.2.2 # via plotly -termcolor==2.1.0 +termcolor==2.3.0 # via aflow threadpoolctl==3.1.0 # via scikit-learn @@ -319,14 +319,14 @@ tomli==2.0.1 # coverage # pylint # pytest -tomlkit==0.11.6 +tomlkit==0.11.8 # via pylint -tqdm==4.64.1 +tqdm==4.65.0 # via # matminer (setup.py) # mdf-forge # pymatgen -typing-extensions==4.4.0 +typing-extensions==4.6.3 # via # astroid # black @@ -335,16 +335,18 @@ typing-extensions==4.4.0 # mp-api # pydantic # pylint -ujson==5.5.0 +ujson==5.8.0 # via matminer (setup.py) uncertainties==3.1.7 # via pymatgen -urllib3==1.26.12 +urllib3==2.0.3 # via requests -wrapt==1.14.1 +wrapt==1.15.0 # via astroid -zipp==3.10.0 - # via importlib-metadata +zipp==3.15.0 + # via + # importlib-metadata + # importlib-resources # The following packages are considered to be unsafe in a requirements file: # setuptools