From bed205d09fd5588f6ce7480ffe4a69bb08e66061 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 18:55:09 +0000 Subject: [PATCH 1/2] Update setuptools requirement from >=64.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](https://github.com/pypa/setuptools/compare/v64.0.0...v82.0.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0a980a8..dc8dee3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -build-backend = 'setuptools.build_meta' +build-backend = 'setuptools>=82.0.1' requires = ['setuptools >= 64.0.0', 'setuptools_scm>=10.0.5'] [dependency-groups] From 9fad11cc92ce2a3d6639c3663fa6212e56b7fb5c Mon Sep 17 00:00:00 2001 From: Mathieu Scheltienne Date: Tue, 26 May 2026 10:37:14 +0200 Subject: [PATCH 2/2] fix --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index dc8dee3..20c8ff4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] -build-backend = 'setuptools>=82.0.1' -requires = ['setuptools >= 64.0.0', 'setuptools_scm>=10.0.5'] +build-backend = 'setuptools.build_meta' +requires = ['setuptools >= 76.0.0', 'setuptools_scm>=10.0.5'] [dependency-groups] doc = [