5
5
requires = [
6
6
" setuptools == 75.8.0" ,
7
7
" setuptools_scm[toml] == 8.1.0" ,
8
- " frequenz-repo-config[api] == 0.12.2 " ,
8
+ " frequenz-repo-config[api] == 0.12.3 " ,
9
9
# We need to pin the protobuf, grpcio and grpcio-tools dependencies to make
10
10
# sure the code is generated using the minimum supported versions, as older
11
11
# versions can't work with code that was generated with newer versions.
@@ -71,7 +71,7 @@ dev-mkdocs = [
71
71
" mkdocs-material == 9.6.2" ,
72
72
" mkdocstrings[python] == 0.28.0" ,
73
73
" mkdocstrings-python == 1.14.6" ,
74
- " frequenz-repo-config[api] == 0.12.2 " ,
74
+ " frequenz-repo-config[api] == 0.12.3 " ,
75
75
]
76
76
dev-mypy = [
77
77
" mypy == 1.9.0" ,
@@ -82,7 +82,7 @@ dev-mypy = [
82
82
]
83
83
dev-noxfile = [
84
84
" nox == 2024.10.9" ,
85
- " frequenz-repo-config[api] == 0.12.2 " ,
85
+ " frequenz-repo-config[api] == 0.12.3 " ,
86
86
]
87
87
dev-pylint = [
88
88
# dev-pytest already defines a dependency to pylint because of the examples
@@ -92,7 +92,7 @@ dev-pylint = [
92
92
dev-pytest = [
93
93
" pytest == 8.3.4" ,
94
94
" pylint == 3.3.4" , # We need this to check for the examples
95
- " frequenz-repo-config[extra-lint-examples] == 0.12.2 " ,
95
+ " frequenz-repo-config[extra-lint-examples] == 0.12.3 " ,
96
96
]
97
97
dev = [
98
98
" frequenz-api-test[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]" ,
0 commit comments