2
2
# Copyright © 2023 Frequenz Energy-as-a-Service GmbH
3
3
4
4
[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" ]
6
6
build-backend = " setuptools.build_meta"
7
7
8
8
[project ]
@@ -57,7 +57,7 @@ actor = []
57
57
api = [
58
58
" grpcio-tools >= 1.47.0, < 2" ,
59
59
" mypy-protobuf >= 3.0.0, < 4" ,
60
- " setuptools >= 67.6.0, < 79 " ,
60
+ " setuptools >= 67.6.0, < 80 " ,
61
61
]
62
62
app = []
63
63
lib = []
@@ -88,7 +88,7 @@ dev-mkdocs = [
88
88
]
89
89
dev-mypy = [
90
90
" 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
92
92
" types-Markdown == 3.7.0.20250322" ,
93
93
" types-PyYAML == 6.0.12.20250326" ,
94
94
" types-babel == 2.11.0.15" ,
@@ -101,7 +101,7 @@ dev-pylint = [
101
101
# dev-pytest already defines a dependency to pylint because of the examples
102
102
# For checking the noxfile, docs/ script, and tests
103
103
" 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
105
105
]
106
106
dev-pytest = [
107
107
" pytest == 8.3.5" ,
0 commit comments