From 4a4f0becf1826cbc3b58d53b43eba7e274895c41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 07:03:41 +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...v8.1.0) --- updated-dependencies: - dependency-name: setuptools-scm[toml] 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 825b297..4dee306 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ requires = [ "pip>=20.0", "setuptools>=40.0", - "setuptools_scm[toml]>=4.0,<8", + "setuptools_scm[toml]>=4.0,<9", "wheel" ] build-backend = "setuptools.build_meta"