Skip to content

Commit 417f88a

Browse files
committed
Widen setuptools dependency to allow up to 83
Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
1 parent b8856c9 commit 417f88a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ actor = []
5757
api = [
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
]
6262
app = []
6363
lib = []
@@ -89,7 +89,7 @@ dev-mkdocs = [
8989
]
9090
dev-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
]
107107
dev-pytest = [
108108
"pytest == 9.0.2",

0 commit comments

Comments
 (0)