Skip to content

Commit f318c8a

Browse files
Update setuptools requirement from <68.0,>=61.0 to >=61.0,<69.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...v68.2.2) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 31f03f3 commit f318c8a

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
@@ -6,7 +6,7 @@
66
[build-system]
77
# Configuring setuptools using pyproject.toml files was introduced in
88
# setuptools version 61.0.0
9-
requires = ["setuptools >=61.0, <68.0"]
9+
requires = ["setuptools >=61.0, <69.0"]
1010
build-backend = "setuptools.build_meta"
1111

1212
[project]

0 commit comments

Comments
 (0)