Browse Source

Update development dependency twine to v3.2.0

Twine version < 2.0 was reported has a security vulnerability

From Twine version 2.0+, it requires Python 3.6, but doesn't seem to
have other breaking changes.

Reference:

- https://github.com/pypa/twine/issues/491
- https://twine.readthedocs.io/en/latest/changelog.html
pull/652/head
Peter Dave Hello 5 years ago
parent
commit
bdf4a6f425
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      requirements-dev.txt

+ 1
- 1
requirements-dev.txt View File

@ -5,4 +5,4 @@ pycodestyle==2.6.0
pyflakes==2.2.0
readme_renderer[md]==26.0
requests_mock
twine==1.15.0
twine==3.2.0

Loading…
Cancel
Save