From c0c92984726ff5213884b7066b038de3adf07707 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 13:05:43 +0000 Subject: [PATCH] Update setuptools-scm requirement from >=8.1.0 to >=10.0.5 Updates the requirements on [setuptools-scm](https://github.com/pypa/setuptools-scm) to permit the latest version. - [Release notes](https://github.com/pypa/setuptools-scm/releases) - [Changelog](https://github.com/pypa/setuptools-scm/blob/main/RELEASE_SYSTEM.md) - [Commits](https://github.com/pypa/setuptools-scm/compare/setuptools-scm-v10.0.0...setuptools-scm-v10.0.5) --- updated-dependencies: - dependency-name: setuptools-scm dependency-version: 10.0.5 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 59f7870c..1a2c9dad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ target-version = ['py313'] line-length = 88 [build-system] -requires = ["setuptools>=80.10.2", "wheel", "setuptools_scm>=8.1.0"] +requires = ["setuptools>=80.10.2", "wheel", "setuptools_scm>=10.0.5"] [tool.setuptools_scm]