Kaydet (Commit) 01e0f439 authored tarafından Pradyun Gedam's avatar Pradyun Gedam Kaydeden (comit) Donald Stufft

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

* Update pip to 19.0.3
* Update setuptools to 40.8.0
üst 18ee50d5
......@@ -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),
......
Update ensurepip to install pip 19.0.3 and setuptools 40.8.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