Bump twine from 3.1.1 to 3.2.0 (#55)

Bumps [twine](https://github.com/pypa/twine) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/pypa/twine/releases)
- [Changelog](https://github.com/pypa/twine/blob/master/docs/changelog.rst)
- [Commits](https://github.com/pypa/twine/compare/3.1.1...3.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-10-11 17:13:32 +02:00 committed by GitHub
parent 169de38e6b
commit fa0e94d703
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -13,6 +13,7 @@ certifi==2020.6.20 # via requests
cffi==1.14.0 # 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
docutils==0.16 # via readme-renderer
@ -44,12 +45,13 @@ readme-renderer==26.0 # via twine
regex==2020.6.8 # via black
requests-toolbelt==0.9.1 # via twine
requests==2.24.0 # via requests-toolbelt, twine
rfc3986==1.4.0 # via twine
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, tox
tox==3.15.2 # via -r requirements-dev.in
tqdm==4.50.1 # via -r requirements.txt, twine
twine==3.1.1 # via -r requirements-dev.in
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