Skip to content

Commit a0a592e

Browse files
Update setuptools requirement from ~=75.3.0 to >=75.3,<80.11 (#2105)
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@v75.3.0...v80.10.2) --- updated-dependencies: - dependency-name: setuptools dependency-version: 80.10.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: tison <[email protected]>
1 parent 7553003 commit a0a592e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

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

1616
[build-system]
1717
requires = [
18-
"setuptools~=75.3.0",
18+
"setuptools>=75.3,<80.11",
1919
"wheel~=0.45.1"
2020
]
2121
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)