Skip to content

Commit 03237e1

Browse files
Update setuptools requirement from >=42 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@v42.0.0...v82.0.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 044f66b commit 03237e1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ recommonmark
1111
sphinx-press-theme
1212
sphinx-tabs
1313
breathe
14-
setuptools<68.0.0
14+
setuptools<83.0.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"setuptools>=42",
3+
"setuptools>=82.0.1",
44
"wheel",
55
"cmake>=3.14",
66
"ninja; sys_platform != 'win32' and platform_machine != 'arm64'",

0 commit comments

Comments
 (0)