From d8c13dd6ba98e9da78476fba6a8eb3658fadda04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 10:05:30 +0000 Subject: [PATCH] Update setuptools-scm requirement from <10,>=8 to >=8,<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/v8.0.0...setuptools-scm-v10.0.5) --- updated-dependencies: - dependency-name: setuptools-scm dependency-version: 10.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cda3c2e665..3d321afed3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dependencies = [ "TypedUnit", "MPSPlots", "PyOptik", - "setuptools_scm[toml] >=8,<10", + "setuptools_scm[toml] >=8,<11", "numpy ==2.2.6", "matplotlib ==3.10.8", "pydantic >=2.9.2,<2.13.0",