Skip to content

Commit

Permalink
pythongh-113246: Updated bundled pip to 23.3.2 (pythongh-113249)
Browse files Browse the repository at this point in the history
Updated bundled pip to 23.3.2
  • Loading branch information
sbidoul authored and aisk committed Feb 11, 2024
1 parent d847969 commit 92410c8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Lib/ensurepip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

__all__ = ["version", "bootstrap"]
_PACKAGE_NAMES = ('pip',)
_PIP_VERSION = "23.3.1"
_PIP_VERSION = "23.3.2"
_PROJECTS = [
("pip", _PIP_VERSION, "py3"),
]
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update bundled pip to 23.3.2.
10 changes: 5 additions & 5 deletions Misc/sbom.spdx.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Tools/build/generate_sbom.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class PackageFiles(typing.NamedTuple):
include=["Modules/expat/**"]
),
"pip": PackageFiles(
include=["Lib/ensurepip/_bundled/pip-23.3.1-py3-none-any.whl"]
include=["Lib/ensurepip/_bundled/pip-*-py3-none-any.whl"]
),
"macholib": PackageFiles(
include=["Lib/ctypes/macholib/**"],
Expand Down

0 comments on commit 92410c8

Please sign in to comment.