From fc2c48b75cc98f6af6f9b8c16d7a94524d5ace93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 06:30:16 +0000 Subject: [PATCH] Update setuptools-scm requirement from <10,>=7 to >=7,<11 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/v7.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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f3c38512a2c9..b86d9863daed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ requires = [ # you really need it and aren't using an sdist. "meson-python>=0.13.2,!=0.17.*", "pybind11>=2.13.2,!=2.13.3", - "setuptools_scm>=7,<10", + "setuptools_scm>=7,<11", ] [dependency-groups] @@ -80,7 +80,7 @@ build = [ # Should be the same as `[build-system] requires` above. "meson-python>=0.13.1,!=0.17.*", "pybind11>=2.13.2,!=2.13.3", - "setuptools_scm>=7,<10", + "setuptools_scm>=7,<11", # Not required by us but setuptools_scm without a version, so _if_ # installed, then setuptools_scm 8 requires at least this version. # Unfortunately, we can't do a sort of minimum-if-installed dependency, so