diff options
author | Paul Moore <p.f.moore@gmail.com> | 2023-07-25 09:59:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-25 09:59:25 (GMT) |
commit | f443b54a2f14e386a91fe4b09f41a265445008b8 (patch) | |
tree | bf60f809295049278f19f0e71f6754a1a18f16a3 /Lib/ensurepip | |
parent | d9e34db993ebc4340459ac5cb3a66c1b83451a66 (diff) | |
download | cpython-f443b54a2f14e386a91fe4b09f41a265445008b8.zip cpython-f443b54a2f14e386a91fe4b09f41a265445008b8.tar.gz cpython-f443b54a2f14e386a91fe4b09f41a265445008b8.tar.bz2 |
gh-106774: Update bundled pip version to 23.2.1 (#106775)
* Update bundled pip version to 23.2.1
Diffstat (limited to 'Lib/ensurepip')
-rw-r--r-- | Lib/ensurepip/__init__.py | 2 | ||||
-rw-r--r-- | Lib/ensurepip/_bundled/pip-23.2.1-py3-none-any.whl (renamed from Lib/ensurepip/_bundled/pip-23.1.2-py3-none-any.whl) | bin | 2064688 -> 2086091 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index 5f4f1d7..1fb1d50 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.1.2" +_PIP_VERSION = "23.2.1" _PROJECTS = [ ("pip", _PIP_VERSION, "py3"), ] diff --git a/Lib/ensurepip/_bundled/pip-23.1.2-py3-none-any.whl b/Lib/ensurepip/_bundled/pip-23.2.1-py3-none-any.whl Binary files differindex 6a25156..ba28ef0 100644 --- a/Lib/ensurepip/_bundled/pip-23.1.2-py3-none-any.whl +++ b/Lib/ensurepip/_bundled/pip-23.2.1-py3-none-any.whl |