Skip to content

Commit

Permalink
bpo-46986: Upgrade bundled setuptools to 60.9.3 (pythonGH-31820)
Browse files Browse the repository at this point in the history
(cherry picked from commit c99ac3c)
  • Loading branch information
pradyunsg authored and ned-deily committed Mar 13, 2022
1 parent ccbc31e commit dd9c72a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Lib/ensurepip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@


__all__ = ["version", "bootstrap"]

_SETUPTOOLS_VERSION = "56.0.0"

_PACKAGE_NAMES = ('setuptools', 'pip')
_SETUPTOOLS_VERSION = "60.9.3"
_PIP_VERSION = "21.1.1"

_PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION, "py3"),
("pip", _PIP_VERSION, "py3"),
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Upgrade setuptools wheel bundled with ensurepip (setuptools 60.9.3)

0 comments on commit dd9c72a

Please sign in to comment.