From 9045e45836f787fd2d6203168cbdbc5c53c04371 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 07:41:32 +0000 Subject: [PATCH] Update setuptools requirement from >=61.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/v61.0.0...v82.0.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d95a9c4a8..14f17641b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ requires-python = ">= 3.11" dynamic = ["classifiers", "optional-dependencies"] dependencies = [ - "setuptools >= 61.0", + "setuptools >= 82.0.1", "nanobind >= 1.9.2", "pyyaml >= 6.0.1", "matplotlib >= 3.9.0; 'Windows' not in platform_system", @@ -21,5 +21,5 @@ dependencies = [ ] [build-system] -requires = ["setuptools >= 61.0", "nanobind >= 1.9.2"] +requires = ["setuptools >= 82.0.1", "nanobind >= 1.9.2"] build-backend = "setuptools.build_meta"