mirror of
https://github.com/certbot/certbot.git
synced 2026-08-04 12:13:34 +02:00
Upgrade pinned twine version. (#6078)
For the past couple of releases, twine has errored while trying to upload packages and this is fixed by upgrading to a newer version of twine. This commit updates our pinned version installed when using tools/venv.sh to the latest available version. pkginfo had to be upgraded as well to support the latest version of twine.
This commit is contained in:
@@ -36,7 +36,7 @@ oauth2client==2.0.0
|
|||||||
pathlib2==2.3.0
|
pathlib2==2.3.0
|
||||||
pexpect==4.2.1
|
pexpect==4.2.1
|
||||||
pickleshare==0.7.4
|
pickleshare==0.7.4
|
||||||
pkginfo==1.4.1
|
pkginfo==1.4.2
|
||||||
pluggy==0.5.2
|
pluggy==0.5.2
|
||||||
prompt-toolkit==1.0.15
|
prompt-toolkit==1.0.15
|
||||||
ptyprocess==0.5.2
|
ptyprocess==0.5.2
|
||||||
@@ -66,7 +66,7 @@ tldextract==2.2.0
|
|||||||
tox==2.9.1
|
tox==2.9.1
|
||||||
tqdm==4.19.4
|
tqdm==4.19.4
|
||||||
traitlets==4.3.2
|
traitlets==4.3.2
|
||||||
twine==1.9.1
|
twine==1.11.0
|
||||||
typed-ast==1.1.0
|
typed-ast==1.1.0
|
||||||
typing==3.6.4
|
typing==3.6.4
|
||||||
uritemplate==0.6
|
uritemplate==0.6
|
||||||
|
|||||||
Reference in New Issue
Block a user