diff --git a/pyproject.toml b/pyproject.toml index 72126c6..9c7eb99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = [ "setuptools == 80.9.0", "setuptools_scm[toml] == 9.2.2", - "frequenz-repo-config[api] == 0.13.5", + "frequenz-repo-config[api] == 0.13.8", # We need to pin the protobuf, grpcio and grpcio-tools dependencies to make # sure the code is generated using the minimum supported versions, as older # versions can't work with code that was generated with newer versions. @@ -64,7 +64,7 @@ email = "floss@frequenz.com" dev-flake8 = [ "flake8 == 7.3.0", "flake8-docstrings == 1.7.0", - "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml + "flake8-pyproject == 1.2.4", # For reading the flake8 config from pyproject.toml "pydoclint == 0.8.3", "pydocstyle == 6.3.0", ] @@ -79,7 +79,7 @@ dev-mkdocs = [ "mkdocs-material == 9.6.21", "mkdocstrings[python] == 0.30.1", "mkdocstrings-python == 1.18.2", - "frequenz-repo-config[api] == 0.13.5", + "frequenz-repo-config[api] == 0.13.8", ] dev-mypy = [ "mypy == 1.18.2", @@ -88,7 +88,7 @@ dev-mypy = [ # For checking the noxfile, docs/ script, and tests "frequenz-api-reporting[dev-mkdocs,dev-noxfile,dev-pytest]", ] -dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[api] == 0.13.5"] +dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[api] == 0.13.8"] dev-pylint = [ # dev-pytest already defines a dependency to pylint because of the examples # For checking the noxfile, docs/ script, and tests @@ -97,7 +97,7 @@ dev-pylint = [ dev-pytest = [ "pytest == 8.4.2", "pylint == 3.3.8", # We need this to check for the examples - "frequenz-repo-config[extra-lint-examples] == 0.13.5", + "frequenz-repo-config[extra-lint-examples] == 0.13.8", ] dev = [ "frequenz-api-reporting[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",