diff --git a/pyproject.toml b/pyproject.toml index f5c43210..80293a0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,8 +4,8 @@ [build-system] requires = [ "setuptools == 80.9.0", - "setuptools_scm[toml] == 9.2.0", - "frequenz-repo-config[api] == 0.13.5", + "setuptools_scm[toml] == 9.2.2", + "frequenz-repo-config[api] == 0.13.6", # 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.21", + "mkdocs-material == 9.6.22", "mkdocstrings[python] == 0.30.1", - "frequenz-repo-config[api] == 0.13.5", + "frequenz-repo-config[api] == 0.13.6", ] dev-mypy = [ "mypy == 1.18.2", @@ -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.5.1", "frequenz-repo-config[api] == 0.13.5"] +dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[api] == 0.13.6"] dev-pylint = [ "pylint == 3.3.8", # For checking the noxfile, docs/ script, and tests @@ -79,7 +79,7 @@ dev-pylint = [ ] dev-pytest = [ "pytest == 8.4.2", - "frequenz-repo-config[extra-lint-examples] == 0.13.5", + "frequenz-repo-config[extra-lint-examples] == 0.13.6", ] dev = [ "frequenz-api-common[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",