Commit 55438d71 authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub

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


* Update pip to 19.0.3
* Update setuptools to 40.8.0
(cherry picked from commit 01e0f439)
Co-authored-by: default avatarPradyun Gedam <pradyunsg@gmail.com>
parent 498468d9
......@@ -12,9 +12,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