diff options
author | Pradyun Gedam <pradyunsg@gmail.com> | 2023-03-28 08:57:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-28 08:57:55 (GMT) |
commit | 3288923b7aac4b4e5021b955c6f0b445cb034e46 (patch) | |
tree | dcf9f14b7764381ba030099ddc914518e930d911 /Lib | |
parent | b5bf6c1b2275bfa93e77989bec0711c3e97932a6 (diff) | |
download | cpython-3288923b7aac4b4e5021b955c6f0b445cb034e46.zip cpython-3288923b7aac4b4e5021b955c6f0b445cb034e46.tar.gz cpython-3288923b7aac4b4e5021b955c6f0b445cb034e46.tar.bz2 |
[3.10] gh-101997: Update bundled pip version to 23.0.1 (GH-101998). (#102241)
(cherry picked from commit 89d9ff0f48c51a85920c7372a7df4a2204e32ea5)
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/ensurepip/__init__.py | 2 | ||||
-rw-r--r-- | Lib/ensurepip/_bundled/pip-23.0.1-py3-none-any.whl (renamed from Lib/ensurepip/_bundled/pip-22.3.1-py3-none-any.whl) | bin | 2051534 -> 2055563 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index 71d3dfd..c628828 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -12,7 +12,7 @@ from importlib import resources __all__ = ["version", "bootstrap"] _PACKAGE_NAMES = ('setuptools', 'pip') _SETUPTOOLS_VERSION = "65.5.0" -_PIP_VERSION = "22.3.1" +_PIP_VERSION = "23.0.1" _PROJECTS = [ ("setuptools", _SETUPTOOLS_VERSION, "py3"), ("pip", _PIP_VERSION, "py3"), diff --git a/Lib/ensurepip/_bundled/pip-22.3.1-py3-none-any.whl b/Lib/ensurepip/_bundled/pip-23.0.1-py3-none-any.whl Binary files differindex c5b7753..a855dc4 100644 --- a/Lib/ensurepip/_bundled/pip-22.3.1-py3-none-any.whl +++ b/Lib/ensurepip/_bundled/pip-23.0.1-py3-none-any.whl |