Skip to content

Commit b8971bf

Browse files
committed
Update setuptools.
1 parent f9de055 commit b8971bf

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Lib/ensurepip/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
__all__ = ["version", "bootstrap", "_PROJECTS", "_get_packages"]
1212
_PACKAGE_NAMES = ('setuptools', 'packaging', 'pip', 'wheel')
13-
_SETUPTOOLS_VERSION = "75.8.0"
13+
_SETUPTOOLS_VERSION = "78.1.0"
1414
_PACKAGING_VERSION = "24.2"
1515
_PIP_VERSION = "23.3.2"
1616
_WHEEL_VERSION = "0.42.0"

0 commit comments

Comments
 (0)