Skip to content

Commit

Permalink
bpo-37664: Update bundled pip to 19.2.1 and setuptools to 41.0.1 (GH-…
Browse files Browse the repository at this point in the history
…14934)

(cherry picked from commit 5380def)

Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
  • Loading branch information
miss-islington and pradyunsg authored Jul 24, 2019
1 parent bb69789 commit 0cdb21d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 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 = "40.8.0"
_SETUPTOOLS_VERSION = "41.0.1"

_PIP_VERSION = "19.0.3"
_PIP_VERSION = "19.2.1"

_PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION),
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update wheels bundled with ensurepip (pip 19.2.1 and setuptools 41.0.1)

0 comments on commit 0cdb21d

Please sign in to comment.