Bump requirements.

This commit is contained in:
Julien Palard 2021-06-04 07:02:33 +02:00
parent 7a52106489
commit f3ddb95e15
2 changed files with 45 additions and 42 deletions

View File

@ -8,51 +8,55 @@ appdirs==1.4.4
# via # via
# black # black
# virtualenv # virtualenv
astroid==2.4.2 astroid==2.5.6
# via pylint # via pylint
attrs==20.3.0 attrs==21.2.0
# via pytest # via pytest
black==20.8b1 black==21.5b2
# via -r requirements-dev.in # via -r requirements-dev.in
bleach==3.3.0 bleach==3.3.0
# via readme-renderer # via readme-renderer
certifi==2020.12.5 certifi==2021.5.30
# via requests # via requests
cffi==1.14.4 cffi==1.14.5
# via cryptography # via cryptography
chardet==4.0.0 chardet==4.0.0
# via requests # via requests
click==7.1.2 click==8.0.1
# via # via
# black # black
# pip-tools # pip-tools
colorama==0.4.4 colorama==0.4.4
# via twine # via twine
cryptography==3.4.4 cryptography==3.4.7
# via secretstorage # via secretstorage
distlib==0.3.1 distlib==0.3.2
# via virtualenv # via virtualenv
docutils==0.16 docutils==0.17.1
# via readme-renderer # via readme-renderer
filelock==3.0.12 filelock==3.0.12
# via # via
# tox # tox
# virtualenv # virtualenv
flake8==3.8.4 flake8==3.9.2
# via -r requirements-dev.in # via -r requirements-dev.in
idna==2.10 idna==2.10
# via requests # via requests
importlib-metadata==4.5.0
# via
# keyring
# twine
iniconfig==1.1.1 iniconfig==1.1.1
# via pytest # via pytest
isort==5.7.0 isort==5.8.0
# via pylint # via pylint
jeepney==0.6.0 jeepney==0.6.0
# via # via
# keyring # keyring
# secretstorage # secretstorage
keyring==22.0.1 keyring==23.0.1
# via twine # via twine
lazy-object-proxy==1.4.3 lazy-object-proxy==1.6.0
# via astroid # via astroid
mccabe==0.6.1 mccabe==0.6.1
# via # via
@ -62,7 +66,7 @@ mypy-extensions==0.4.3
# via # via
# black # black
# mypy # mypy
mypy==0.800 mypy==0.812
# via -r requirements-dev.in # via -r requirements-dev.in
packaging==20.9 packaging==20.9
# via # via
@ -71,7 +75,9 @@ packaging==20.9
# tox # tox
pathspec==0.8.1 pathspec==0.8.1
# via black # via black
pip-tools==5.5.0 pep517==0.10.0
# via pip-tools
pip-tools==6.1.0
# via -r requirements-dev.in # via -r requirements-dev.in
pkginfo==1.7.0 pkginfo==1.7.0
# via twine # via twine
@ -83,23 +89,23 @@ py==1.10.0
# via # via
# pytest # pytest
# tox # tox
pycodestyle==2.6.0 pycodestyle==2.7.0
# via flake8 # via flake8
pycparser==2.20 pycparser==2.20
# via cffi # via cffi
pyflakes==2.2.0 pyflakes==2.3.1
# via flake8 # via flake8
pygments==2.7.4 pygments==2.9.0
# via readme-renderer # via readme-renderer
pylint==2.6.0 pylint==2.8.3
# via -r requirements-dev.in # via -r requirements-dev.in
pyparsing==2.4.7 pyparsing==2.4.7
# via packaging # via packaging
pytest==6.2.2 pytest==6.2.4
# via -r requirements-dev.in # via -r requirements-dev.in
readme-renderer==28.0 readme-renderer==29.0
# via twine # via twine
regex==2020.11.13 regex==2021.4.4
# via black # via black
requests-toolbelt==0.9.1 requests-toolbelt==0.9.1
# via twine # via twine
@ -107,13 +113,12 @@ requests==2.25.1
# via # via
# requests-toolbelt # requests-toolbelt
# twine # twine
rfc3986==1.4.0 rfc3986==1.5.0
# via twine # via twine
secretstorage==3.3.1 secretstorage==3.3.1
# via keyring # via keyring
six==1.15.0 six==1.16.0
# via # via
# astroid
# bleach # bleach
# readme-renderer # readme-renderer
# tox # tox
@ -121,34 +126,32 @@ six==1.15.0
toml==0.10.2 toml==0.10.2
# via # via
# black # black
# pep517
# pylint # pylint
# pytest # pytest
# tox # tox
tox==3.21.4 tox==3.23.1
# via -r requirements-dev.in # via -r requirements-dev.in
tqdm==4.56.1 tqdm==4.61.0
# via # via
# -r requirements.txt # -r requirements.txt
# twine # twine
twine==3.3.0 twine==3.4.1
# via -r requirements-dev.in # via -r requirements-dev.in
typed-ast==1.4.2 typed-ast==1.4.3
# via # via mypy
# black typing-extensions==3.10.0.0
# mypy # via mypy
typing-extensions==3.7.4.3 urllib3==1.26.5
# via
# black
# mypy
urllib3==1.26.3
# via requests # via requests
virtualenv==20.4.2 virtualenv==20.4.7
# via tox # via tox
webencodings==0.5.1 webencodings==0.5.1
# via bleach # via bleach
wrapt==1.12.1 wrapt==1.12.1
# via astroid # via astroid
zipp==3.4.1
# via importlib-metadata
# The following packages are considered to be unsafe in a requirements file: # The following packages are considered to be unsafe in a requirements file:
# pip # pip
# setuptools

View File

@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile # This file is autogenerated by pip-compile
# To update, run: # To update, run:
# #
# pip-compile setup.py # pip-compile pyproject.toml
# #
tqdm==4.56.1 tqdm==4.61.0
# via powrap (setup.py) # via powrap (pyproject.toml)