Skip to content

Commit 3fc548d

Browse files
Update setuptools requirement from <=80.9.0 to <=80.10.2
Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v45.0.0...v80.10.2) --- updated-dependencies: - dependency-name: setuptools dependency-version: 80.10.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 716bbc2 commit 3fc548d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Repository = "https://github.com/google/python-fire"
4242

4343
[project.optional-dependencies]
4444
test = [
45-
"setuptools<=80.9.0",
45+
"setuptools<=80.10.2",
4646
"pip",
4747
"pylint<3.3.8",
4848
"pytest<=8.4.1",

0 commit comments

Comments
 (0)