Skip to content

Commit ab47932

Browse files
committed
Merge pip and setuptools upgrade
2 parents fa45c2e + c8d94ba commit ab47932

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-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 = "7.0"
11+
_SETUPTOOLS_VERSION = "8.2.1"
1212

13-
_PIP_VERSION = "1.5.6"
13+
_PIP_VERSION = "6.0.2"
1414

1515
# pip currently requires ssl support, so we try to provide a nicer
1616
# error message when that is missing (http://bugs.python.org/issue19744)
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)