bpo-37664: Update bundled pip to 19.2.1 and setuptools to 41.0.1 (GH-14934)

(cherry picked from commit 5380def826)

Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
This commit is contained in:
Miss Islington (bot) 2019-07-24 12:28:12 -07:00 committed by GitHub
parent bb697899aa
commit 0cdb21d6eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 2 deletions

View File

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

View File

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