Skip to content

Commit d1b52e9

Browse files
Update setuptools requirement from >=61 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@v61.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 b612b55 commit d1b52e9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
[build-system]
55
requires = [
66
"Cython < 4, >= 3.1",
7-
"setuptools >= 61",
7+
"setuptools >= 82.0.1",
88
]
99
build-backend = "setuptools.build_meta"

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ colorama == 0.4.*
33
cython < 4, >= 3.1
44
more_itertools == 11.*
55
mypy
6-
setuptools >= 61
6+
setuptools >= 82.0.1
77
wheel
88

99
# keep synchronous to requirements-readthedocs.txt

0 commit comments

Comments
 (0)