Skip to content

Commit 5380def

Browse files
pradyunsgzooba
authored andcommitted
bpo-37664: Update bundled pip to 19.2.1 and setuptools to 41.0.1 (GH-14934)
1 parent a3697db commit 5380def

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.8.0"
11+
_SETUPTOOLS_VERSION = "41.0.1"
1212

13-
_PIP_VERSION = "19.0.3"
13+
_PIP_VERSION = "19.2.1"
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 wheels bundled with ensurepip (pip 19.2.1 and setuptools 41.0.1)

0 commit comments

Comments
 (0)