Skip to content

Commit

Permalink
bpo-37664: Update ensurepip bundled wheels, again (pythonGH-15483)
Browse files Browse the repository at this point in the history
/cc @ambv since this needs to be included in 3.8 -- see pypa/pip#6885.

Sorry about the last minute PR!


https://bugs.python.org/issue37664



Automerge-Triggered-By: @zooba
  • Loading branch information
pradyunsg authored and lisroach committed Sep 9, 2019
1 parent 1b7614f commit 4c179d0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Lib/ensurepip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
__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),
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 4c179d0

Please sign in to comment.