Skip to content

Commit 676cdea

Browse files
[3.10] gh-98331: Update bundled pip to 22.3 (GH-98332) (gh-98399)
1 parent b2db1c2 commit 676cdea

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

Lib/ensurepip/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
__all__ = ["version", "bootstrap"]
1313
_PACKAGE_NAMES = ('setuptools', 'pip')
14-
_SETUPTOOLS_VERSION = "63.2.0"
15-
_PIP_VERSION = "22.2.2"
14+
_SETUPTOOLS_VERSION = "65.5.0"
15+
_PIP_VERSION = "22.3"
1616
_PROJECTS = [
1717
("setuptools", _SETUPTOOLS_VERSION, "py3"),
1818
("pip", _PIP_VERSION, "py3"),
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update the bundled copies of pip and setuptools to versions 22.3 and 65.5.0 respectively.

0 commit comments

Comments
 (0)