Skip to content

Commit 4e907d8

Browse files
Update pip to 9.0.2 and setuptools to 38.6.1 (GH-6133) (GH-6135)
(cherry picked from commit 7f81bb2) Co-authored-by: Donald Stufft <[email protected]>
1 parent baca85f commit 4e907d8

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 = "28.8.0"
15+
_SETUPTOOLS_VERSION = "38.6.1"
1616

17-
_PIP_VERSION = "9.0.1"
17+
_PIP_VERSION = "9.0.2"
1818

1919
_PROJECTS = [
2020
("setuptools", _SETUPTOOLS_VERSION),

0 commit comments

Comments
 (0)