Skip to content

Commit 5a8e968

Browse files
ned-deilypradyunsg
andauthored
bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31852)
(cherry picked from commit d87f1b7) Co-authored-by: Pradyun Gedam <pgedam@bloomberg.net>
1 parent f656bc1 commit 5a8e968

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

Lib/ensurepip/__init__.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,12 @@
77

88

99
__all__ = ["version", "bootstrap"]
10-
11-
10+
_PACKAGE_NAMES = ('setuptools', 'pip')
1211
_SETUPTOOLS_VERSION = "47.1.0"
13-
14-
_PIP_VERSION = "20.1.1"
15-
12+
_PIP_VERSION = "22.0.4"
1613
_PROJECTS = [
1714
("setuptools", _SETUPTOOLS_VERSION, "py3"),
18-
("pip", _PIP_VERSION, "py2.py3"),
15+
("pip", _PIP_VERSION, "py3"),
1916
]
2017

2118

Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Upgrade pip wheel bundled with ensurepip (pip 22.0.4)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy