bpo-37664: Update ensurepip bundled wheels, again (GH-15483)
/cc @ambv since this needs to be included in 3.8 -- see https://github.com/pypa/pip/issues/6885. Sorry about the last minute PR! https://bugs.python.org/issue37664 Automerge-Triggered-By: @zooba
This commit is contained in:
parent
b27cbec801
commit
10c452b894
|
@ -8,9 +8,9 @@ import tempfile
|
|||
__all__ = ["version", "bootstrap"]
|
||||
|
||||
|
||||
_SETUPTOOLS_VERSION = "41.0.1"
|
||||
_SETUPTOOLS_VERSION = "41.2.0"
|
||||
|
||||
_PIP_VERSION = "19.2.1"
|
||||
_PIP_VERSION = "19.2.3"
|
||||
|
||||
_PROJECTS = [
|
||||
("setuptools", _SETUPTOOLS_VERSION),
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -1 +1 @@
|
|||
Update wheels bundled with ensurepip (pip 19.2.1 and setuptools 41.0.1)
|
||||
Update wheels bundled with ensurepip (pip 19.2.3 and setuptools 41.2.0)
|
||||
|
|
Loading…
Reference in New Issue