22# Copyright © 2023 Frequenz Energy-as-a-Service GmbH
33
44[build-system ]
5- requires = [" setuptools == 78.1 .0" , " setuptools_scm[toml] == 8.2 .0" ]
5+ requires = [" setuptools == 79.0 .0" , " setuptools_scm[toml] == 8.3 .0" ]
66build-backend = " setuptools.build_meta"
77
88[project ]
@@ -57,7 +57,7 @@ actor = []
5757api = [
5858 " grpcio-tools >= 1.47.0, < 2" ,
5959 " mypy-protobuf >= 3.0.0, < 4" ,
60- " setuptools >= 67.6.0, < 79 " ,
60+ " setuptools >= 67.6.0, < 80 " ,
6161]
6262app = []
6363lib = []
@@ -88,7 +88,7 @@ dev-mkdocs = [
8888]
8989dev-mypy = [
9090 " mypy == 1.15.0" ,
91- " types-setuptools >= 67.6.0, < 79 " , # Should match the api dependency
91+ " types-setuptools >= 67.6.0, < 80 " , # Should match the api dependency
9292 " types-Markdown == 3.7.0.20250322" ,
9393 " types-PyYAML == 6.0.12.20250326" ,
9494 " types-babel == 2.11.0.15" ,
@@ -101,7 +101,7 @@ dev-pylint = [
101101 # dev-pytest already defines a dependency to pylint because of the examples
102102 # For checking the noxfile, docs/ script, and tests
103103 " frequenz-repo-config[dev-mkdocs,dev-noxfile,dev-pytest]" ,
104- " setuptools >= 67.6.0, < 76 " , # Should match the build dependency
104+ " setuptools >= 67.6.0, < 80 " , # Should match the api dependency
105105]
106106dev-pytest = [
107107 " pytest == 8.3.5" ,
0 commit comments