gh-113246: Updated bundled pip to 23.3.2 (gh-113249)

Updated bundled pip to 23.3.2
This commit is contained in:
Stéphane Bidoul 2023-12-18 11:21:46 +01:00 committed by GitHub
parent f428c4dafb
commit 4a24bf9a13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 7 deletions

View file

@ -50,7 +50,7 @@ PACKAGE_TO_FILES = {
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/**"],