diff --git a/pyproject.toml b/pyproject.toml index 389c564..1a8a4fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ requires = [ # sure the code is generated using the minimum supported versions, as older # versions can't work with code that was generated with newer versions. # https://protobuf.dev/support/cross-version-runtime-guarantee/#backwards - "protobuf == 5.29.0", + "protobuf == 5.29.2", "grpcio-tools == 1.68.1", "grpcio == 1.68.1", ] @@ -37,7 +37,7 @@ dependencies = [ "googleapis-common-protos >= 1.65.0, < 2", # We can't widen beyond 6 because of protobuf cross-version runtime guarantees # https://protobuf.dev/support/cross-version-runtime-guarantee/#major - "protobuf >= 5.29.0, < 7", # Do not widen beyond 7! + "protobuf >= 5.29.2, < 7", # Do not widen beyond 7! # We couldn't find any document with a spec about the cross-version runtime # guarantee for grpcio, so unless we find one in the future, we'll assume # major version jumps are not compatible @@ -53,8 +53,8 @@ email = "floss@frequenz.com" dev-flake8 = [ "flake8 == 7.1.1", "flake8-docstrings == 1.7.0", - "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml - "pydoclint == 0.5.9", + "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml + "pydoclint == 0.5.14", "pydocstyle == 6.3.0", ] dev-formatting = ["black == 24.10.0", "isort == 5.13.2"] @@ -62,20 +62,20 @@ dev-mkdocs = [ "mike == 1.1.2", "mkdocs-gen-files == 0.5.0", "mkdocs-literate-nav == 0.6.1", - "mkdocs-material == 9.5.47", + "mkdocs-material == 9.5.49", "mkdocstrings[python] == 0.26.1", - "mkdocstrings-python == 1.12.2", + "mkdocstrings-python == 1.13.0", "frequenz-repo-config[api] == 0.11.0", ] dev-mypy = [ - "mypy == 1.13.0", + "mypy == 1.14.1", "grpc-stubs == 1.53.0.5", # For checking the noxfile, docs/ script, and tests "frequenz-api-microgrid[dev-mkdocs,dev-noxfile,dev-pytest]", ] dev-noxfile = ["nox == 2024.10.9", "frequenz-repo-config[api] == 0.11.0"] dev-pylint = [ - "pylint == 3.3.2", + "pylint == 3.3.3", # For checking the noxfile, docs/ script, and tests "frequenz-api-microgrid[dev-mkdocs,dev-noxfile,dev-pytest]", ]