Skip to content

Commit 2cd3564

Browse files
authored
[3.11] gh-113246: Updated bundled pip to 23.3.2 (gh-113249) (#113254)
Updated bundled pip to 23.3.2. (cherry picked from commit 4a24bf9)
1 parent bd8aa9d commit 2cd3564

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

Lib/ensurepip/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
__all__ = ["version", "bootstrap"]
1212
_PACKAGE_NAMES = ('setuptools', 'pip')
1313
_SETUPTOOLS_VERSION = "65.5.0"
14-
_PIP_VERSION = "23.2.1"
14+
_PIP_VERSION = "23.3.2"
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 bundled pip to 23.3.2.

0 commit comments

Comments
 (0)