Skip to content

Commit b9635b6

Browse files
committed
Update pip version to 24.0.
1 parent b8b4b71 commit b9635b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/ensurepip/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
__all__ = ["version", "bootstrap"]
1313
_PACKAGE_NAMES = ('setuptools', 'pip')
1414
_SETUPTOOLS_VERSION = "65.5.0"
15-
_PIP_VERSION = "23.0.1"
15+
_PIP_VERSION = "24.0"
1616
_PROJECTS = [
1717
("setuptools", _SETUPTOOLS_VERSION, "py3"),
1818
("pip", _PIP_VERSION, "py3"),

0 commit comments

Comments
 (0)