From 1d40c549e94a3aa1a3902a0fa88b081ee00f80fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 18:00:51 +0000 Subject: [PATCH] Update setuptools-scm[toml] requirement from <9,>=8.0.4 to >=8.0.4,<10 Updates the requirements on [setuptools-scm[toml]](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/CHANGELOG.md) - [Commits](https://github.com/pypa/setuptools-scm/compare/v8.0.4...v9.1.1) --- updated-dependencies: - dependency-name: setuptools-scm[toml] dependency-version: 9.1.1 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 c90d7a0a0..cfc23f45e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ "setuptools>=45", - "setuptools_scm[toml]>=8.0.4,<9", + "setuptools_scm[toml]>=8.0.4,<10", "mypy==1.17.1", # also update mypy-requirements.txt "types-requests", "types-psutil",