diff options
author | Stéphane Bidoul <stephane.bidoul@gmail.com> | 2023-12-18 10:21:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-18 10:21:46 (GMT) |
commit | 4a24bf9a13a7cf055113c04bde0874186722c62c (patch) | |
tree | 45382e3cc71a48d88e6363968d42afc904cc25c7 /Lib/ensurepip | |
parent | f428c4dafbfa2425ea056e7f2ed2ea45fa90be87 (diff) | |
download | cpython-4a24bf9a13a7cf055113c04bde0874186722c62c.zip cpython-4a24bf9a13a7cf055113c04bde0874186722c62c.tar.gz cpython-4a24bf9a13a7cf055113c04bde0874186722c62c.tar.bz2 |
gh-113246: Updated bundled pip to 23.3.2 (gh-113249)
Updated bundled pip to 23.3.2
Diffstat (limited to 'Lib/ensurepip')
-rw-r--r-- | Lib/ensurepip/__init__.py | 2 | ||||
-rw-r--r-- | Lib/ensurepip/_bundled/pip-23.3.2-py3-none-any.whl (renamed from Lib/ensurepip/_bundled/pip-23.3.1-py3-none-any.whl) | bin | 2107242 -> 2109393 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index 21e4ad9..a09bf32 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -10,7 +10,7 @@ from importlib import resources __all__ = ["version", "bootstrap"] _PACKAGE_NAMES = ('pip',) -_PIP_VERSION = "23.3.1" +_PIP_VERSION = "23.3.2" _PROJECTS = [ ("pip", _PIP_VERSION, "py3"), ] diff --git a/Lib/ensurepip/_bundled/pip-23.3.1-py3-none-any.whl b/Lib/ensurepip/_bundled/pip-23.3.2-py3-none-any.whl Binary files differindex a4faf71..ae78b8a 100644 --- a/Lib/ensurepip/_bundled/pip-23.3.1-py3-none-any.whl +++ b/Lib/ensurepip/_bundled/pip-23.3.2-py3-none-any.whl |