Skip to content

Commit c1edb58

Browse files
committed
Update bundled pip and setuptools to 6.0.6 and 11.0
1 parent b09ec90 commit c1edb58

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-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 = "8.2.1"
15+
_SETUPTOOLS_VERSION = "11.0"
1616

17-
_PIP_VERSION = "6.0.2"
17+
_PIP_VERSION = "6.0.6"
1818

1919
# pip currently requires ssl support, so we try to provide a nicer
2020
# error message when that is missing (http://bugs.python.org/issue19744)

0 commit comments

Comments
 (0)