diff --git a/pyproject.toml b/pyproject.toml index 008da21b..e3ea6326 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = [ "setuptools == 75.8.0", "setuptools_scm[toml] == 8.2.0", - "frequenz-repo-config[api] == 0.13.1", + "frequenz-repo-config[api] == 0.13.2", # 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. @@ -56,14 +56,14 @@ dev-flake8 = [ "pydoclint == 0.6.5", "pydocstyle == 6.3.0", ] -dev-formatting = ["black == 25.1.0", "isort == 6.0.0"] +dev-formatting = ["black == 25.1.0", "isort == 6.0.1"] dev-mkdocs = [ "mike == 1.1.2", "mkdocs-gen-files == 0.5.0", - "mkdocs-literate-nav == 0.6.1", - "mkdocs-material == 9.6.1", + "mkdocs-literate-nav == 0.6.2", + "mkdocs-material == 9.6.11", "mkdocstrings[python] == 0.29.1", - "frequenz-repo-config[api] == 0.13.1", + "frequenz-repo-config[api] == 0.13.2", ] dev-mypy = [ "mypy == 1.15.0", @@ -71,15 +71,15 @@ 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.1"] +dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[api] == 0.13.2"] dev-pylint = [ - "pylint == 3.3.4", + "pylint == 3.3.6", # For checking the noxfile, docs/ script, and tests "frequenz-api-common[dev-mkdocs,dev-noxfile,dev-pytest]", ] dev-pytest = [ - "pytest == 8.3.4", - "frequenz-repo-config[extra-lint-examples] == 0.13.1", + "pytest == 8.3.5", + "frequenz-repo-config[extra-lint-examples] == 0.13.2", ] dev = [ "frequenz-api-common[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",