From e06523a91a43170e209d61dc9dd22ab259640d44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 15:59:25 +0000 Subject: [PATCH] Update setuptools requirement from ~=80.9.0 to ~=82.0.0 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/v80.9.0...v82.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 82.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 14f1b64..bb6995a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "setuptools~=80.9.0", + "setuptools~=82.0.0", "setuptools-scm>=7", ] build-backend = "setuptools.build_meta" @@ -68,7 +68,7 @@ audit = [ "pip-audit>=2.9.0", ] build = [ - "setuptools~=80.9.0", + "setuptools~=82.0.0", "build==1.4.0", ] lint = [