diff options
-rw-r--r-- | Lib/ensurepip/__init__.py | 4 | ||||
-rw-r--r-- | Lib/ensurepip/_bundled/pip-22.3-py3-none-any.whl (renamed from Lib/ensurepip/_bundled/pip-22.2.2-py3-none-any.whl) | bin | 2044706 -> 2051507 bytes | |||
-rw-r--r-- | Lib/ensurepip/_bundled/setuptools-65.5.0-py3-none-any.whl (renamed from Lib/ensurepip/_bundled/setuptools-63.2.0-py3-none-any.whl) | bin | 1228000 -> 1232695 bytes | |||
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-10-16-15-31-50.gh-issue-98331.Y5kPOX.rst | 1 |
4 files changed, 3 insertions, 2 deletions
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index 33c9180..4a6ba9c 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -10,8 +10,8 @@ from importlib import resources __all__ = ["version", "bootstrap"] _PACKAGE_NAMES = ('setuptools', 'pip') -_SETUPTOOLS_VERSION = "63.2.0" -_PIP_VERSION = "22.2.2" +_SETUPTOOLS_VERSION = "65.5.0" +_PIP_VERSION = "22.3" _PROJECTS = [ ("setuptools", _SETUPTOOLS_VERSION, "py3"), ("pip", _PIP_VERSION, "py3"), diff --git a/Lib/ensurepip/_bundled/pip-22.2.2-py3-none-any.whl b/Lib/ensurepip/_bundled/pip-22.3-py3-none-any.whl Binary files differindex 0309971..d6fccd9 100644 --- a/Lib/ensurepip/_bundled/pip-22.2.2-py3-none-any.whl +++ b/Lib/ensurepip/_bundled/pip-22.3-py3-none-any.whl diff --git a/Lib/ensurepip/_bundled/setuptools-63.2.0-py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-65.5.0-py3-none-any.whl Binary files differindex e3b5446..123a13e 100644 --- a/Lib/ensurepip/_bundled/setuptools-63.2.0-py3-none-any.whl +++ b/Lib/ensurepip/_bundled/setuptools-65.5.0-py3-none-any.whl diff --git a/Misc/NEWS.d/next/Library/2022-10-16-15-31-50.gh-issue-98331.Y5kPOX.rst b/Misc/NEWS.d/next/Library/2022-10-16-15-31-50.gh-issue-98331.Y5kPOX.rst new file mode 100644 index 0000000..b4cf943 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-10-16-15-31-50.gh-issue-98331.Y5kPOX.rst @@ -0,0 +1 @@ +Update the bundled copies of pip and setuptools to versions 22.3 and 65.5.0 respectively. |