From 4013833c6d97a0f75e80bb135b3e10709a3d6378 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 12:26:17 +0000 Subject: [PATCH] Bump setuptools-scm[toml] from 8.2.0 to 8.3.1 in the minor group Bumps the minor group with 1 update: [setuptools-scm[toml]](https://github.com/pypa/setuptools-scm). Updates `setuptools-scm[toml]` from 8.2.0 to 8.3.1 - [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.2.0...v8.3.1) --- updated-dependencies: - dependency-name: setuptools-scm[toml] dependency-version: 8.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cbaec7cc..80ea356c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [build-system] requires = [ "setuptools == 78.1.0", - "setuptools_scm[toml] == 8.2.0", + "setuptools_scm[toml] == 8.3.1", "frequenz-repo-config[api] == 0.13.2", # We need to pin the protobuf, grpcio and grpcio-tools dependencies to make # sure the code is generated using the minimum supported versions, as older