diff options
author | Pradyun Gedam <pgedam@bloomberg.net> | 2022-03-13 18:49:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-13 18:49:28 (GMT) |
commit | c99ac3c364ee21be72263791b71ee8b55f64de08 (patch) | |
tree | e4007386753b994c1ad9f2422135d207e3be19ce /Lib/ensurepip | |
parent | d87f1b787ed38dfd307d82452f2efe9dc5b93942 (diff) | |
download | cpython-c99ac3c364ee21be72263791b71ee8b55f64de08.zip cpython-c99ac3c364ee21be72263791b71ee8b55f64de08.tar.gz cpython-c99ac3c364ee21be72263791b71ee8b55f64de08.tar.bz2 |
bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)
Diffstat (limited to 'Lib/ensurepip')
-rw-r--r-- | Lib/ensurepip/__init__.py | 2 | ||||
-rw-r--r-- | Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl | bin | 816725 -> 0 bytes | |||
-rw-r--r-- | Lib/ensurepip/_bundled/setuptools-60.9.3-py3-none-any.whl | bin | 0 -> 1078952 bytes |
3 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index a198a86..d23fcad 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -10,7 +10,7 @@ from importlib import resources __all__ = ["version", "bootstrap"] _PACKAGE_NAMES = ('setuptools', 'pip') -_SETUPTOOLS_VERSION = "58.1.0" +_SETUPTOOLS_VERSION = "60.9.3" _PIP_VERSION = "22.0.4" _PROJECTS = [ ("setuptools", _SETUPTOOLS_VERSION, "py3"), diff --git a/Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl Binary files differdeleted file mode 100644 index 18c8c22..0000000 --- a/Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl +++ /dev/null diff --git a/Lib/ensurepip/_bundled/setuptools-60.9.3-py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-60.9.3-py3-none-any.whl Binary files differnew file mode 100644 index 0000000..b88ddc6 --- /dev/null +++ b/Lib/ensurepip/_bundled/setuptools-60.9.3-py3-none-any.whl |