From 0d7c304a56a0c51fb5db159afe54442ecfdcc67f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 03:36:16 +0000 Subject: [PATCH] build(deps-dev): bump setuptools-scm in the patch group Bumps the patch group with 1 update: [setuptools-scm](https://github.com/pypa/setuptools-scm). Updates `setuptools-scm` from 10.0.3 to 10.0.5 - [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/setuptools-scm-v10.0.3...setuptools-scm-v10.0.5) --- updated-dependencies: - dependency-name: setuptools-scm dependency-version: 10.0.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7f247429..54f7f1a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ # Copyright © 2023 Frequenz Energy-as-a-Service GmbH [build-system] -requires = ["setuptools == 82.0.1", "setuptools_scm[toml] == 10.0.3"] +requires = ["setuptools == 82.0.1", "setuptools_scm[toml] == 10.0.5"] build-backend = "setuptools.build_meta" [project]