Skip to content

Commit 572205a

Browse files
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 01e0f43) Co-authored-by: Pradyun Gedam <[email protected]>
1 parent 8755f0a commit 572205a

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

Lib/ensurepip/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
__all__ = ["version", "bootstrap"]
99

1010

11-
_SETUPTOOLS_VERSION = "40.6.2"
11+
_SETUPTOOLS_VERSION = "40.8.0"
1212

13-
_PIP_VERSION = "18.1"
13+
_PIP_VERSION = "19.0.3"
1414

1515
_PROJECTS = [
1616
("setuptools", _SETUPTOOLS_VERSION),
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update ensurepip to install pip 19.0.3 and setuptools 40.8.0.

0 commit comments

Comments
 (0)