22# This file is autogenerated by pip-compile
33# To update, run:
44#
5- # pip-compile --allow-unsafe --no-emit-find-links --no-index requirements.in
5+ # pip-compile --allow-unsafe --no-emit-find-links --no-index --output-file=- -
66#
77appdirs == 1.4.3 # via black
88attrs == 19.3.0 # via black, flake8-bugbear, pytest
99black == 19.10b0
1010bleach == 3.1.0 # via readme-renderer
1111certifi == 2019.11.28 # via requests
12+ cffi == 1.13.2 # via cryptography
1213chardet == 3.0.4 # via requests
1314click == 7.0 # via black, pip-tools
1415codecov == 2.0.15
16+ colored == 1.4.2
1517configparser == 4.0.2 # via py-githooks
16- coverage [toml ]== 5.0.1
18+ coverage [toml ]== 5.0.1 # via codecov
19+ cryptography == 2.8 # via secretstorage
1720docutils == 0.15.2 # via readme-renderer
1821entrypoints == 0.3 # via flake8
19- flake8-bugbear == 19.8 .0
22+ flake8-bugbear == 20.1 .0
2023flake8-builtins == 1.4.2
2124flake8-comprehensions == 3.1.4
2225flake8-i18n == 0.1.0
23- flake8 == 3.7.9
26+ flake8 == 3.7.9 # via flake8-bugbear, flake8-builtins, flake8-comprehensions, flake8-i18n
2427idna == 2.8 # via requests
2528importlib-metadata == 1.3.0 # via flake8-comprehensions, keyring, pluggy, pytest, twine
26- invoke == 1.3 .0
29+ invoke == 1.4 .0
2730isort == 4.3.21
31+ jeepney == 0.4.2 # via secretstorage
2832keyring == 21.0.0 # via twine
2933mccabe == 0.6.1 # via flake8
3034more-itertools == 8.0.2 # via pytest, zipp
@@ -38,6 +42,7 @@ pluggy==0.13.1 # via pytest
3842py-githooks == 1.1.0
3943py == 1.8.1 # via pytest
4044pycodestyle == 2.5.0 # via flake8
45+ pycparser == 2.19 # via cffi
4146pyflakes == 2.1.1 # via flake8
4247pygments == 2.5.2 # via readme-renderer
4348pyparsing == 2.4.6 # via packaging
@@ -46,18 +51,19 @@ readme-renderer==24.0 # via twine
4651regex == 2019.12.20 # via black
4752requests-toolbelt == 0.9.1 # via twine
4853requests == 2.22.0 # via codecov, requests-toolbelt, twine
54+ secretstorage == 3.1.1 # via keyring
4955semver == 2.9.0
50- six == 1.13.0 # via bleach, packaging, pip-tools, readme-renderer
56+ six == 1.13.0 # via bleach, cryptography, packaging, pip-tools, readme-renderer
5157toml == 0.10.0 # via black, coverage
52- tqdm == 4.41.0 # via twine
58+ tqdm == 4.41.1 # via twine
5359twine == 3.1.1
5460typed-ast == 1.4.0 # via black, mypy
55- typing-extensions == 3.7.4.1
61+ typing-extensions == 3.7.4.1 # via mypy
5662urllib3 == 1.25.7 # via requests
57- wcwidth == 0.1.7 # via pytest
63+ wcwidth == 0.1.8 # via pytest
5864webencodings == 0.5.1 # via bleach
5965wheel == 0.33.6
6066zipp == 0.6.0 # via importlib-metadata
6167
6268# The following packages are considered to be unsafe in a requirements file:
63- setuptools == 42 .0.2 # via twine
69+ setuptools == 44 .0.0 # via twine
0 commit comments