Skip to content

Commit

Permalink
pythongh-102202: Update bundled setuptools to 67.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored and ned-deily committed Feb 26, 2023
1 parent cbd192b commit 5a69282
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/ensurepip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

__all__ = ["version", "bootstrap"]
_PACKAGE_NAMES = ('setuptools', 'pip')
_SETUPTOOLS_VERSION = "47.1.0"
_SETUPTOOLS_VERSION = "67.4.0"
_PIP_VERSION = "22.0.4"
_PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION, "py3"),
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the bundled copy of setuptools to version 67.4.0.

0 comments on commit 5a69282

Please sign in to comment.