diff --git a/pyproject.toml b/pyproject.toml index 630693c9..46a1b359 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = [ "setuptools == 78.1.0", "setuptools_scm[toml] == 8.3.1", - "frequenz-repo-config[api] == 0.13.3", + "frequenz-repo-config[api] == 0.13.4", # 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. @@ -61,9 +61,9 @@ dev-mkdocs = [ "mike == 1.1.2", "mkdocs-gen-files == 0.5.0", "mkdocs-literate-nav == 0.6.2", - "mkdocs-material == 9.6.12", + "mkdocs-material == 9.6.14", "mkdocstrings[python] == 0.29.1", - "frequenz-repo-config[api] == 0.13.3", + "frequenz-repo-config[api] == 0.13.4", ] dev-mypy = [ "mypy == 1.15.0", @@ -71,7 +71,7 @@ dev-mypy = [ # For checking the noxfile, docs/ script, and tests "frequenz-api-common[dev-mkdocs,dev-noxfile,dev-pytest]", ] -dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[api] == 0.13.3"] +dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[api] == 0.13.4"] dev-pylint = [ "pylint == 3.3.7", # For checking the noxfile, docs/ script, and tests @@ -79,7 +79,7 @@ dev-pylint = [ ] dev-pytest = [ "pytest == 8.3.5", - "frequenz-repo-config[extra-lint-examples] == 0.13.3", + "frequenz-repo-config[extra-lint-examples] == 0.13.4", ] dev = [ "frequenz-api-common[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",