Commit e7e58fe0 authored by Benjamin Peterson's avatar Benjamin Peterson Committed by GitHub

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

(cherry picked from commit 10c452b8)
Co-authored-by: default avatarPradyun Gedam <pradyunsg@gmail.com>
parent c5abd63e
...@@ -12,9 +12,9 @@ import tempfile ...@@ -12,9 +12,9 @@ import tempfile
__all__ = ["version", "bootstrap"] __all__ = ["version", "bootstrap"]
_SETUPTOOLS_VERSION = "40.8.0" _SETUPTOOLS_VERSION = "41.2.0"
_PIP_VERSION = "19.0.3" _PIP_VERSION = "19.2.3"
_PROJECTS = [ _PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION), ("setuptools", _SETUPTOOLS_VERSION),
......
Update wheels bundled with ensurepip (pip 19.2.3 and setuptools 41.2.0)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment