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",