55requires = [
66 " setuptools == 80.9.0" ,
77 " setuptools_scm[toml] == 8.1.0" ,
8- " frequenz-repo-config[api] == 0.15 .0" ,
8+ " frequenz-repo-config[api] == 0.16 .0" ,
99 # We need to pin the protobuf, grpcio and grpcio-tools dependencies to make
1010 # sure the code is generated using the minimum supported versions, as older
1111 # versions can't work with code that was generated with newer versions.
@@ -72,7 +72,7 @@ dev-mkdocs = [
7272 " mkdocs-material == 9.6.18" ,
7373 " mkdocstrings[python] == 1.0.0" ,
7474 " mkdocstrings-python == 2.0.1" ,
75- " frequenz-repo-config[api] == 0.15 .0" ,
75+ " frequenz-repo-config[api] == 0.16 .0" ,
7676]
7777dev-mypy = [
7878 " mypy == 1.9.0" ,
@@ -83,7 +83,7 @@ dev-mypy = [
8383]
8484dev-noxfile = [
8585 " nox == 2025.5.1" ,
86- " frequenz-repo-config[api] == 0.15 .0" ,
86+ " frequenz-repo-config[api] == 0.16 .0" ,
8787]
8888dev-pylint = [
8989 # dev-pytest already defines a dependency to pylint because of the examples
@@ -93,7 +93,7 @@ dev-pylint = [
9393dev-pytest = [
9494 " pytest == 8.4.1" ,
9595 " pylint == 3.3.8" , # We need this to check for the examples
96- " frequenz-repo-config[extra-lint-examples] == 0.15 .0" ,
96+ " frequenz-repo-config[extra-lint-examples] == 0.16 .0" ,
9797]
9898dev = [
9999 " frequenz-api-test[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]" ,
0 commit comments