Skip to content

Commit 3c94d33

Browse files
authored
gh-95199: upgrade bundled setuptools to 63.2.0 (gh-95200)
1 parent 068ffaf commit 3c94d33

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

Lib/ensurepip/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
__all__ = ["version", "bootstrap"]
1212
_PACKAGE_NAMES = ('setuptools', 'pip')
13-
_SETUPTOOLS_VERSION = "58.1.0"
13+
_SETUPTOOLS_VERSION = "63.2.0"
1414
_PIP_VERSION = "22.2"
1515
_PROJECTS = [
1616
("setuptools", _SETUPTOOLS_VERSION, "py3"),
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Upgrade bundled setuptools to 63.2.0.

0 commit comments

Comments
 (0)