diff options
author | Pradyun Gedam <pradyunsg@gmail.com> | 2019-08-26 18:19:30 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-08-26 18:19:30 (GMT) |
commit | 10c452b894d95fed06056fe11e8fe8e1a2a60040 (patch) | |
tree | 6fa09d2c70c4d476af4f46a6092bdbb191af0fa6 /Misc | |
parent | b27cbec801e17a13d7fef49116a8fc279930d2b1 (diff) | |
download | cpython-10c452b894d95fed06056fe11e8fe8e1a2a60040.zip cpython-10c452b894d95fed06056fe11e8fe8e1a2a60040.tar.gz cpython-10c452b894d95fed06056fe11e8fe8e1a2a60040.tar.bz2 |
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
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-07-24-18-27-44.bpo-37664.o-GYZC.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-07-24-18-27-44.bpo-37664.o-GYZC.rst b/Misc/NEWS.d/next/Library/2019-07-24-18-27-44.bpo-37664.o-GYZC.rst index 3343d91..f125905 100644 --- a/Misc/NEWS.d/next/Library/2019-07-24-18-27-44.bpo-37664.o-GYZC.rst +++ b/Misc/NEWS.d/next/Library/2019-07-24-18-27-44.bpo-37664.o-GYZC.rst @@ -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) |