[2.7] bpo-37664: Update ensurepip bundled wheels, again (GH-16633)

(cherry picked from commit 10c452b894)

Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
This commit is contained in:
Benjamin Peterson 2019-10-07 18:54:05 -07:00 committed by GitHub
parent c5abd63e94
commit e7e58fe031
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 2 deletions

View File

@ -12,9 +12,9 @@ import tempfile
__all__ = ["version", "bootstrap"]
_SETUPTOOLS_VERSION = "40.8.0"
_SETUPTOOLS_VERSION = "41.2.0"
_PIP_VERSION = "19.0.3"
_PIP_VERSION = "19.2.3"
_PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION),

View File

@ -0,0 +1 @@
Update wheels bundled with ensurepip (pip 19.2.3 and setuptools 41.2.0)