From 0b1302b4341b7da83f1db21b99a620cbe461dc4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 10:23:34 +0000 Subject: [PATCH] Chore(deps): Update setuptools-scm[toml] requirement 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/v4.0.0...v9.2.0) --- updated-dependencies: - dependency-name: setuptools-scm[toml] dependency-version: 9.2.0 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 4dee306..412ffd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ requires = [ "pip>=20.0", "setuptools>=40.0", - "setuptools_scm[toml]>=4.0,<9", + "setuptools_scm[toml]>=4.0,<10", "wheel" ] build-backend = "setuptools.build_meta"