From 972ee01ad941d99aa33a79d7ae6360f6685dee5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 04:43:05 +0000 Subject: [PATCH] build(deps): update setuptools-scm requirement 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/CHANGELOG.md) - [Commits](https://github.com/pypa/setuptools_scm/compare/v2.0.0...v8.1.0) --- updated-dependencies: - dependency-name: setuptools-scm 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 6fe6042..8da2aa0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ [build-system] requires = [ "setuptools >= 35.0.2", - "setuptools_scm >= 2.0.0, <3" + "setuptools_scm >= 2.0.0, < 9" ] build-backend = "setuptools.build_meta"