bpo-35807: Upgrade ensurepip bundled pip and setuptools (GH-12189) · python/cpython@01e0f43 (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 01e0f43
authored and
committed
* Update pip to 19.0.3 * Update setuptools to 40.8.0
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 |
---|---|---|
@@ -8,9 +8,9 @@ | ||
8 | 8 | __all__ = ["version", "bootstrap"] |
9 | 9 | |
10 | 10 | |
11 | -_SETUPTOOLS_VERSION = "40.6.2" | |
11 | +_SETUPTOOLS_VERSION = "40.8.0" | |
12 | 12 | |
13 | -_PIP_VERSION = "18.1" | |
13 | +_PIP_VERSION = "19.0.3" | |
14 | 14 | |
15 | 15 | _PROJECTS = [ |
16 | 16 | ("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. |