Skip to content

Commit 44b8e81

Browse files
Update setuptools requirement from >=77.0.0 to >=82.0.1
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@v77.0.0...v82.0.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9236acb commit 44b8e81

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
@@ -12,7 +12,7 @@ requires = [
1212
# 77.0.0 was the first version of setuptools to support license
1313
# expressions (in compliance with PEP 639):
1414
# https://setuptools.pypa.io/en/stable/history.html#v77-0-0
15-
"setuptools>=77.0.0"
15+
"setuptools>=82.0.1"
1616
]
1717

1818
[project]

0 commit comments

Comments
 (0)