bpo-35807: Upgrade ensurepip bundled pip and setuptools (GH-12189) · python/cpython@55438d7 (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 55438d7
and
authored
* Update pip to 19.0.3 * Update setuptools to 40.8.0 (cherry picked from commit 01e0f43) Co-authored-by: Pradyun Gedam pradyunsg@gmail.com
File tree
4 files changed
lines changed
4 files changed
lines changed
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -12,9 +12,9 @@ | ||
12 | 12 | __all__ = ["version", "bootstrap"] |
13 | 13 | |
14 | 14 | |
15 | -_SETUPTOOLS_VERSION = "40.6.2" | |
15 | +_SETUPTOOLS_VERSION = "40.8.0" | |
16 | 16 | |
17 | -_PIP_VERSION = "18.1" | |
17 | +_PIP_VERSION = "19.0.3" | |
18 | 18 | |
19 | 19 | _PROJECTS = [ |
20 | 20 | ("setuptools", _SETUPTOOLS_VERSION), |
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1 | +Update ensurepip to install pip 19.0.3 and setuptools 40.8.0. |