@@ -57,7 +57,7 @@ actor = []
5757api = [
5858 " grpcio-tools >= 1.47.0, < 2" ,
5959 " mypy-protobuf >= 3.0.0, < 6" ,
60- " setuptools >= 67.6.0, < 81 " ,
60+ " setuptools >= 67.6.0, < 83 " ,
6161]
6262app = []
6363lib = []
@@ -89,7 +89,7 @@ dev-mkdocs = [
8989]
9090dev-mypy = [
9191 " mypy == 1.19.1" ,
92- " types-setuptools >= 67.6.0, < 81 " , # Should match the api dependency
92+ " types-setuptools >= 67.6.0, < 83 " , # Should match the api dependency
9393 " types-Markdown == 3.10.2.20260211" ,
9494 " types-PyYAML == 6.0.12.20250915" ,
9595 " types-babel == 2.11.0.15" ,
@@ -102,7 +102,7 @@ dev-pylint = [
102102 # dev-pytest already defines a dependency to pylint because of the examples
103103 # For checking the noxfile, docs/ script, and tests
104104 " frequenz-repo-config[dev-mkdocs,dev-noxfile,dev-pytest]" ,
105- " setuptools >= 67.6.0, < 81 " , # Should match the api dependency
105+ " setuptools >= 67.6.0, < 83 " , # Should match the api dependency
106106]
107107dev-pytest = [
108108 " pytest == 9.0.2" ,
0 commit comments