Skip to content

Commit 396efee

Browse files
committed
Updated bundled pip to 23.3.2
1 parent f428c4d commit 396efee

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

Lib/ensurepip/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
__all__ = ["version", "bootstrap"]
1212
_PACKAGE_NAMES = ('pip',)
13-
_PIP_VERSION = "23.3.1"
13+
_PIP_VERSION = "23.3.2"
1414
_PROJECTS = [
1515
("pip", _PIP_VERSION, "py3"),
1616
]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update bundled pip to 23.3.2.

Misc/sbom.spdx.json

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tools/build/generate_sbom.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class PackageFiles(typing.NamedTuple):
5050
include=["Modules/expat/**"]
5151
),
5252
"pip": PackageFiles(
53-
include=["Lib/ensurepip/_bundled/pip-23.3.1-py3-none-any.whl"]
53+
include=["Lib/ensurepip/_bundled/pip-*-py3-none-any.whl"]
5454
),
5555
"macholib": PackageFiles(
5656
include=["Lib/ctypes/macholib/**"],

0 commit comments

Comments
 (0)