From 283d93ff554e43842cac4d3bc93c2c21e49e16c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 19:14:19 +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.2.3) --- updated-dependencies: - dependency-name: setuptools-scm dependency-version: 10.2.3 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 9496952eea6a..3fb796a96a12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ requires = [ "pybind11>=3", # setuptools_scm 10 breaks versioning in editable installs. You can remove this pin # if you're a downstream distributor just building wheels or your equivalent. - "setuptools_scm>=7,<10", + "setuptools_scm>=7,<11", ] [dependency-groups] @@ -81,7 +81,7 @@ build = [ # Should be the same as `[build-system] requires` above. "meson-python>=0.13.1,!=0.17.*", "pybind11>=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