bpo-35807: Upgrade ensurepip bundled pip and setuptools (GH-12189)

* Update pip to 19.0.3
* Update setuptools to 40.8.0
This commit is contained in:
Pradyun Gedam 2019-03-06 17:12:21 +05:30 committed by Donald Stufft
parent 18ee50d5da
commit 01e0f439f5
4 changed files with 3 additions and 2 deletions

View File

@ -8,9 +8,9 @@ import tempfile
__all__ = ["version", "bootstrap"]
_SETUPTOOLS_VERSION = "40.6.2"
_SETUPTOOLS_VERSION = "40.8.0"
_PIP_VERSION = "18.1"
_PIP_VERSION = "19.0.3"
_PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION),

View File

@ -0,0 +1 @@
Update ensurepip to install pip 19.0.3 and setuptools 40.8.0.