Skip to content

Commit 55438d7

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 498468d commit 55438d7

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
@@ -12,9 +12,9 @@
1212
__all__ = ["version", "bootstrap"]
1313

1414

15-
_SETUPTOOLS_VERSION = "40.6.2"
15+
_SETUPTOOLS_VERSION = "40.8.0"
1616

17-
_PIP_VERSION = "18.1"
17+
_PIP_VERSION = "19.0.3"
1818

1919
_PROJECTS = [
2020
("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)