From 5f1629bbe1e88ccd69546b048519b68642f57a28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 16:24:29 +0000 Subject: [PATCH] Bump and widen setuptools Bumps [setuptools](https://github.com/pypa/setuptools) from 80.10.2 to 82.0.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/v80.10.2...v82.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 82.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Also widen setuptools dependency to allow up to version 83. Signed-off-by: Leandro Lucarella --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 42edbe33..74414668 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ # Copyright © 2023 Frequenz Energy-as-a-Service GmbH [build-system] -requires = ["setuptools == 80.10.2", "setuptools_scm[toml] == 9.2.2"] +requires = ["setuptools == 82.0.0", "setuptools_scm[toml] == 9.2.2"] build-backend = "setuptools.build_meta" [project] @@ -57,7 +57,7 @@ actor = [] api = [ "grpcio-tools >= 1.47.0, < 2", "mypy-protobuf >= 3.0.0, < 6", - "setuptools >= 67.6.0, < 81", + "setuptools >= 67.6.0, < 83", ] app = [] lib = [] @@ -102,7 +102,7 @@ dev-pylint = [ # dev-pytest already defines a dependency to pylint because of the examples # For checking the noxfile, docs/ script, and tests "frequenz-repo-config[dev-mkdocs,dev-noxfile,dev-pytest]", - "setuptools >= 67.6.0, < 81", # Should match the api dependency + "setuptools >= 67.6.0, < 83", # Should match the api dependency ] dev-pytest = [ "pytest == 9.0.2",