Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 651a730

Browse files
[3.11] gh-98331: Update bundled pip to 22.3 (GH-98332) (gh-98400)
1 parent 0bba980 commit 651a730

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

Lib/ensurepip/__init__.py

+2-2
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"),
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)