8000 gh-98331: Update bundled pip to 22.3 (GH-98332) · miss-islington/cpython@f40e3ec · GitHub
[go: up one dir, main page]

Skip to content

Commit f40e3ec

Browse files
pfmooremiss-islington
authored andcommitted
pythongh-98331: Update bundled pip to 22.3 (pythonGH-98332)
(cherry picked from commit 9da5215) Co-authored-by: Paul Moore <p.f.moore@gmail.com>
1 parent d798b59 commit f40e3ec

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
@@ -10,8 +10,8 @@
1010

1111
__all__ = ["version", "bootstrap"]
1212
_PACKAGE_NAMES = ('setuptools', 'pip')
13-
_SETUPTOOLS_VERSION = "63.2.0"
14-
_PIP_VERSION = "22.2.2"
13+
_SETUPTOOLS_VERSION = "65.5.0"
14+
_PIP_VERSION = "22.3"
1515
_PROJECTS = [
1616
("setuptools", _SETUPTOOLS_VERSION, "py3"),
1717
("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)
0