From f3ddb95e15b4543bbd8e21caa6c1b66935cc8815 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Fri, 4 Jun 2021 07:02:33 +0200 Subject: [PATCH] Bump requirements. --- requirements-dev.txt | 81 +++++++++++++++++++++++--------------------- requirements.txt | 6 ++-- 2 files changed, 45 insertions(+), 42 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index a0b9e04..172a9ae 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,51 +8,55 @@ appdirs==1.4.4 # via # black # virtualenv -astroid==2.4.2 +astroid==2.5.6 # via pylint -attrs==20.3.0 +attrs==21.2.0 # via pytest -black==20.8b1 +black==21.5b2 # via -r requirements-dev.in bleach==3.3.0 # via readme-renderer -certifi==2020.12.5 +certifi==2021.5.30 # via requests -cffi==1.14.4 +cffi==1.14.5 # via cryptography chardet==4.0.0 # via requests -click==7.1.2 +click==8.0.1 # via # black # pip-tools colorama==0.4.4 # via twine -cryptography==3.4.4 +cryptography==3.4.7 # via secretstorage -distlib==0.3.1 +distlib==0.3.2 # via virtualenv -docutils==0.16 +docutils==0.17.1 # via readme-renderer filelock==3.0.12 # via # tox # virtualenv -flake8==3.8.4 +flake8==3.9.2 # via -r requirements-dev.in idna==2.10 # via requests +importlib-metadata==4.5.0 + # via + # keyring + # twine iniconfig==1.1.1 # via pytest -isort==5.7.0 +isort==5.8.0 # via pylint jeepney==0.6.0 # via # keyring # secretstorage -keyring==22.0.1 +keyring==23.0.1 # via twine -lazy-object-proxy==1.4.3 +lazy-object-proxy==1.6.0 # via astroid mccabe==0.6.1 # via @@ -62,7 +66,7 @@ mypy-extensions==0.4.3 # via # black # mypy -mypy==0.800 +mypy==0.812 # via -r requirements-dev.in packaging==20.9 # via @@ -71,7 +75,9 @@ packaging==20.9 # tox pathspec==0.8.1 # via black -pip-tools==5.5.0 +pep517==0.10.0 + # via pip-tools +pip-tools==6.1.0 # via -r requirements-dev.in pkginfo==1.7.0 # via twine @@ -83,23 +89,23 @@ py==1.10.0 # via # pytest # tox -pycodestyle==2.6.0 +pycodestyle==2.7.0 # via flake8 pycparser==2.20 # via cffi -pyflakes==2.2.0 +pyflakes==2.3.1 # via flake8 -pygments==2.7.4 +pygments==2.9.0 # via readme-renderer -pylint==2.6.0 +pylint==2.8.3 # via -r requirements-dev.in pyparsing==2.4.7 # via packaging -pytest==6.2.2 +pytest==6.2.4 # via -r requirements-dev.in -readme-renderer==28.0 +readme-renderer==29.0 # via twine -regex==2020.11.13 +regex==2021.4.4 # via black requests-toolbelt==0.9.1 # via twine @@ -107,13 +113,12 @@ requests==2.25.1 # via # requests-toolbelt # twine -rfc3986==1.4.0 +rfc3986==1.5.0 # via twine secretstorage==3.3.1 # via keyring -six==1.15.0 +six==1.16.0 # via - # astroid # bleach # readme-renderer # tox @@ -121,34 +126,32 @@ six==1.15.0 toml==0.10.2 # via # black + # pep517 # pylint # pytest # tox -tox==3.21.4 +tox==3.23.1 # via -r requirements-dev.in -tqdm==4.56.1 +tqdm==4.61.0 # via # -r requirements.txt # twine -twine==3.3.0 +twine==3.4.1 # via -r requirements-dev.in -typed-ast==1.4.2 - # via - # black - # mypy -typing-extensions==3.7.4.3 - # via - # black - # mypy -urllib3==1.26.3 +typed-ast==1.4.3 + # via mypy +typing-extensions==3.10.0.0 + # via mypy +urllib3==1.26.5 # via requests -virtualenv==20.4.2 +virtualenv==20.4.7 # via tox webencodings==0.5.1 # via bleach wrapt==1.12.1 # via astroid +zipp==3.4.1 + # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: # pip -# setuptools diff --git a/requirements.txt b/requirements.txt index 530d017..1e81b16 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile # To update, run: # -# pip-compile setup.py +# pip-compile pyproject.toml # -tqdm==4.56.1 - # via powrap (setup.py) +tqdm==4.61.0 + # via powrap (pyproject.toml)