55requires = [
66 " setuptools == 75.8.0" ,
77 " setuptools_scm[toml] == 8.1.0" ,
8- " frequenz-repo-config[api] == 0.13.1 " ,
8+ " frequenz-repo-config[api] == 0.14.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.
@@ -71,7 +71,7 @@ dev-mkdocs = [
7171 " mkdocs-material == 9.6.18" ,
7272 " mkdocstrings[python] == 1.0.0" ,
7373 " mkdocstrings-python == 2.0.1" ,
74- " frequenz-repo-config[api] == 0.13.1 " ,
74+ " frequenz-repo-config[api] == 0.14.0 " ,
7575]
7676dev-mypy = [
7777 " mypy == 1.9.0" ,
@@ -82,7 +82,7 @@ dev-mypy = [
8282]
8383dev-noxfile = [
8484 " nox == 2025.5.1" ,
85- " frequenz-repo-config[api] == 0.13.1 " ,
85+ " frequenz-repo-config[api] == 0.14.0 " ,
8686]
8787dev-pylint = [
8888 # dev-pytest already defines a dependency to pylint because of the examples
@@ -92,7 +92,7 @@ dev-pylint = [
9292dev-pytest = [
9393 " pytest == 8.4.1" ,
9494 " pylint == 3.3.8" , # We need this to check for the examples
95- " frequenz-repo-config[extra-lint-examples] == 0.13.1 " ,
95+ " frequenz-repo-config[extra-lint-examples] == 0.14.0 " ,
9696]
9797dev = [
9898 " frequenz-api-test[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]" ,
0 commit comments