Skip to content

Commit 0f57385

Browse files
Update setuptools requirement from <69.0,>=61.0 to >=61.0,<76.0
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@v61.0.0...v75.3.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e480a86 commit 0f57385

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
@@ -66,7 +66,7 @@ download = "https://pypi.org/project/frouros/"
6666

6767
[build-system]
6868
requires = [
69-
"setuptools>=61.0,<69.0",
69+
"setuptools>=61.0,<76.0",
7070
"wheel>=0.42.0,<0.43",
7171
"toml>=0.10.2,<0.11",
7272
"build>=1.0.3,<1.1",

0 commit comments

Comments
 (0)