Skip to content

Commit

Permalink
[3.8] pythongh-101997: Update bundled pip version to 23.0.1 (pythonGH…
Browse files Browse the repository at this point in the history
…-101998). (python#102244)

(cherry picked from commit 89d9ff0)
  • Loading branch information
pradyunsg authored Mar 28, 2023
1 parent 045b252 commit 3205d1f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/ensurepip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
__all__ = ["version", "bootstrap"]
_PACKAGE_NAMES = ('setuptools', 'pip')
_SETUPTOOLS_VERSION = "56.0.0"
_PIP_VERSION = "22.0.4"
_PIP_VERSION = "23.0.1"
_PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION, "py3"),
("pip", _PIP_VERSION, "py3"),
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Upgrade pip wheel bundled with ensurepip (pip 23.0.1)

0 comments on commit 3205d1f

Please sign in to comment.