Github whines about cryptography < 3.2 being insecure.

This commit is contained in:
Julien Palard 2020-10-27 23:45:00 +01:00
parent 57a5dd9c3d
commit 8ab1522abc
2 changed files with 20 additions and 20 deletions

View File

@ -6,24 +6,24 @@
#
appdirs==1.4.4 # via black, virtualenv
astroid==2.4.2 # via pylint
attrs==19.3.0 # via pytest
attrs==20.2.0 # via pytest
black==20.8b1 # via -r requirements-dev.in
bleach==3.1.5 # via readme-renderer
bleach==3.2.1 # via readme-renderer
certifi==2020.6.20 # via requests
cffi==1.14.0 # via cryptography
cffi==1.14.3 # via cryptography
chardet==3.0.4 # via requests
click==7.1.2 # via black, pip-tools
colorama==0.4.3 # via twine
cryptography==2.9.2 # via secretstorage
distlib==0.3.0 # via virtualenv
colorama==0.4.4 # via twine
cryptography==3.2 # via secretstorage
distlib==0.3.1 # via virtualenv
docutils==0.16 # via readme-renderer
filelock==3.0.12 # via tox, virtualenv
flake8==3.8.4 # via -r requirements-dev.in
idna==2.9 # via requests
iniconfig==1.0.1 # via pytest
isort==4.3.21 # via pylint
idna==2.10 # via requests
iniconfig==1.1.1 # via pytest
isort==5.6.4 # via pylint
jeepney==0.4.3 # via keyring, secretstorage
keyring==21.2.1 # via twine
keyring==21.4.0 # via twine
lazy-object-proxy==1.4.3 # via astroid
mccabe==0.6.1 # via flake8, pylint
mypy-extensions==0.4.3 # via black, mypy
@ -31,18 +31,18 @@ mypy==0.790 # via -r requirements-dev.in
packaging==20.4 # via bleach, pytest, tox
pathspec==0.8.0 # via black
pip-tools==5.3.1 # via -r requirements-dev.in
pkginfo==1.5.0.1 # via twine
pkginfo==1.6.1 # via twine
pluggy==0.13.1 # via pytest, tox
py==1.8.2 # via pytest, tox
py==1.9.0 # via pytest, tox
pycodestyle==2.6.0 # via flake8
pycparser==2.20 # via cffi
pyflakes==2.2.0 # via flake8
pygments==2.6.1 # via readme-renderer
pygments==2.7.2 # via readme-renderer
pylint==2.6.0 # via -r requirements-dev.in
pyparsing==2.4.7 # via packaging
pytest==6.1.1 # via -r requirements-dev.in
readme-renderer==26.0 # via twine
regex==2020.6.8 # via black
readme-renderer==28.0 # via twine
regex==2020.10.23 # via black
requests-toolbelt==0.9.1 # via twine
requests==2.24.0 # via requests-toolbelt, twine
rfc3986==1.4.0 # via twine
@ -50,12 +50,12 @@ secretstorage==3.1.2 # via keyring
six==1.15.0 # via astroid, bleach, cryptography, packaging, pip-tools, readme-renderer, tox, virtualenv
toml==0.10.1 # via black, pylint, pytest, tox
tox==3.20.1 # via -r requirements-dev.in
tqdm==4.50.2 # via -r requirements.txt, twine
tqdm==4.51.0 # via -r requirements.txt, twine
twine==3.2.0 # via -r requirements-dev.in
typed-ast==1.4.1 # via black, mypy
typing-extensions==3.7.4.2 # via black, mypy
urllib3==1.25.9 # via requests
virtualenv==20.0.24 # via tox
typing-extensions==3.7.4.3 # via black, mypy
urllib3==1.25.11 # via requests
virtualenv==20.1.0 # via tox
webencodings==0.5.1 # via bleach
wrapt==1.12.1 # via astroid

View File

@ -4,4 +4,4 @@
#
# pip-compile setup.py
#
tqdm==4.50.2 # via powrap (setup.py)
tqdm==4.51.0 # via powrap (setup.py)