Skip to content

Commit d83f361

Browse files
committed
Update setuptools version.
1 parent b82df0c commit d83f361

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
@@ -10,7 +10,7 @@
1010

1111
__all__ = ["version", "bootstrap"]
1212
_PACKAGE_NAMES = ('setuptools', 'pip', 'wheel')
13-
_SETUPTOOLS_VERSION = "69.0.3"
13+
_SETUPTOOLS_VERSION = "70.0.0.post20240616"
1414
_PIP_VERSION = "23.3.2"
1515
_WHEEL_VERSION = "0.42.0"
1616
_PROJECTS = [

0 commit comments

Comments
 (0)