Skip to content

Commit 10c452b

Browse files
pradyunsgmiss-islington
authored andcommitted
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
1 parent b27cbec commit 10c452b

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
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 = "41.0.1"
11+
_SETUPTOOLS_VERSION = "41.2.0"
1212

13-
_PIP_VERSION = "19.2.1"
13+
_PIP_VERSION = "19.2.3"
1414

1515
_PROJECTS = [
1616
("setuptools", _SETUPTOOLS_VERSION),
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Update wheels bundled with ensurepip (pip 19.2.1 and setuptools 41.0.1)
1+
Update wheels bundled with ensurepip (pip 19.2.3 and setuptools 41.2.0)

0 commit comments

Comments
 (0)