mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
bpo-37664: Update bundled pip to 19.2.1 and setuptools to 41.0.1 (GH-14934)
This commit is contained in:
parent
a3697db010
commit
5380def826
4 changed files with 3 additions and 2 deletions
|
|
@ -8,9 +8,9 @@
|
|||
__all__ = ["version", "bootstrap"]
|
||||
|
||||
|
||||
_SETUPTOOLS_VERSION = "40.8.0"
|
||||
_SETUPTOOLS_VERSION = "41.0.1"
|
||||
|
||||
_PIP_VERSION = "19.0.3"
|
||||
_PIP_VERSION = "19.2.1"
|
||||
|
||||
_PROJECTS = [
|
||||
("setuptools", _SETUPTOOLS_VERSION),
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
|
|
@ -0,0 +1 @@
|
|||
Update wheels bundled with ensurepip (pip 19.2.1 and setuptools 41.0.1)
|
||||
Loading…
Add table
Add a link
Reference in a new issue