Skip to content

Commit

Permalink
bpo-43077: Update bundled pip to 21.0.1 and setuptools to 52.0.0 (GH-…
Browse files Browse the repository at this point in the history
…24386)

Update bundled pip to 21.0.1 and setuptools to 52.0.0
  • Loading branch information
pfmoore committed Jan 30, 2021
1 parent 86e322f commit 4d11ecb
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Lib/ensurepip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

__all__ = ["version", "bootstrap"]
_PACKAGE_NAMES = ('setuptools', 'pip')
_SETUPTOOLS_VERSION = "47.1.0"
_PIP_VERSION = "20.2.3"
_SETUPTOOLS_VERSION = "52.0.0"
_PIP_VERSION = "21.0.1"
_PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION, "py3"),
("pip", _PIP_VERSION, "py2.py3"),
("pip", _PIP_VERSION, "py3"),
]

# Packages bundled in ensurepip._bundled have wheel_name set.
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the bundled pip to 21.0.1 and setuptools to 52.0.0.

0 comments on commit 4d11ecb

Please sign in to comment.