From a59f9b0fb10a1c00cc34831040ff3bfa66f81277 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 10:46:30 +0000 Subject: [PATCH] Build(deps): Bump setuptools from 75.8.0 to 78.1.0 Bumps [setuptools](https://github.com/pypa/setuptools) from 75.8.0 to 78.1.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v75.8.0...v78.1.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 78.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e84dc6a..4e8bb66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ [build-system] requires = [ - "setuptools == 75.8.0", + "setuptools == 78.1.0", "setuptools_scm[toml] == 8.2.0", "frequenz-repo-config[lib] == 0.13.2", ]