Skip to content

Commit

Permalink
bpo-46986: Upgrade bundled setuptools to 60.9.3 (pythonGH-31820) (pyt…
Browse files Browse the repository at this point in the history
…honGH-31855)

(cherry picked from commit c99ac3c)

Co-authored-by: Pradyun Gedam <pgedam@bloomberg.net>
  • Loading branch information
2 people authored and hello-adam committed Jun 2, 2022
1 parent 7c36941 commit 2de1b3b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Lib/ensurepip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@


__all__ = ["version", "bootstrap"]
_SETUPTOOLS_VERSION = "58.1.0"
_PACKAGE_NAMES = ('setuptools', 'pip')
_SETUPTOOLS_VERSION = "60.9.3"
_PIP_VERSION = "22.0.4"
_PROJECTS = [
("setuptools", _SETUPTOOLS_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 2de1b3b

Please sign in to comment.