Skip to content

Commit

Permalink
pythongh-98331: Update bundled pip to 22.3 (pythonGH-98332)
Browse files Browse the repository at this point in the history
(cherry picked from commit 9da5215)

Co-authored-by: Paul Moore <p.f.moore@gmail.com>
  • Loading branch information
pfmoore authored and miss-islington committed Oct 18, 2022
1 parent d798b59 commit f40e3ec
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lib/ensurepip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

__all__ = ["version", "bootstrap"]
_PACKAGE_NAMES = ('setuptools', 'pip')
_SETUPTOOLS_VERSION = "63.2.0"
_PIP_VERSION = "22.2.2"
_SETUPTOOLS_VERSION = "65.5.0"
_PIP_VERSION = "22.3"
_PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION, "py3"),
("pip", _PIP_VERSION, "py3"),
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the bundled copies of pip and setuptools to versions 22.3 and 65.5.0 respectively.

0 comments on commit f40e3ec

Please sign in to comment.