diff options
author | Stéphane Bidoul <stephane.bidoul@gmail.com> | 2024-11-13 20:58:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-13 20:58:57 (GMT) |
commit | f6b0361c17552197f44be16435e4a5cb4b1d60ca (patch) | |
tree | 02b30cd110df515aafd8af23d74709074f87cb15 /Lib/ensurepip | |
parent | 142104ce78a8717f99eb42ce030eb29775dd550c (diff) | |
download | cpython-f6b0361c17552197f44be16435e4a5cb4b1d60ca.zip cpython-f6b0361c17552197f44be16435e4a5cb4b1d60ca.tar.gz cpython-f6b0361c17552197f44be16435e4a5cb4b1d60ca.tar.bz2 |
gh-126188: Update bundled pip to 24.3.1 (gh-126805)
Update bundled pip to 24.3.1
Diffstat (limited to 'Lib/ensurepip')
-rw-r--r-- | Lib/ensurepip/__init__.py | 2 | ||||
-rw-r--r-- | Lib/ensurepip/_bundled/pip-24.3.1-py3-none-any.whl (renamed from Lib/ensurepip/_bundled/pip-24.2-py3-none-any.whl) | bin | 1815170 -> 1822182 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index 585afc8..645ad99 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -10,7 +10,7 @@ from shutil import copy2 __all__ = ["version", "bootstrap"] -_PIP_VERSION = "24.2" +_PIP_VERSION = "24.3.1" # Directory of system wheel packages. Some Linux distribution packaging # policies recommend against bundling dependencies. For example, Fedora diff --git a/Lib/ensurepip/_bundled/pip-24.2-py3-none-any.whl b/Lib/ensurepip/_bundled/pip-24.3.1-py3-none-any.whl Binary files differindex 542cdd1..5f1d35b 100644 --- a/Lib/ensurepip/_bundled/pip-24.2-py3-none-any.whl +++ b/Lib/ensurepip/_bundled/pip-24.3.1-py3-none-any.whl |