Skip to content

Commit 57f0032

Browse files
pradyunsgbenjaminp
authored andcommitted
[2.7] bpo-37664: Update ensurepip bundled wheels, again (GH-15483)
/cc @ambv since this needs to be included in 3.8 -- see pypa/pip#6885. Sorry about the last minute PR! https://bugs.python.org/issue37664 Automerge-Triggered-By: @zooba. (cherry picked from commit 10c452b) Co-authored-by: Pradyun Gedam <[email protected]>
1 parent c5abd63 commit 57f0032

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

Lib/ensurepip/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
__all__ = ["version", "bootstrap"]
1313

1414

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

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

1919
_PROJECTS = [
2020
("setuptools", _SETUPTOOLS_VERSION),
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update wheels bundled with ensurepip (pip 19.2.3 and setuptools 41.2.0)

0 commit comments

Comments
 (0)