diff --git a/pyproject.toml b/pyproject.toml index 91a1b30..bcf5224 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,14 +5,14 @@ requires = [ "setuptools == 68.1.0", "setuptools_scm[toml] == 8.1.0", - "frequenz-repo-config[api] == 0.10.0", + "frequenz-repo-config[api] == 0.11.0", # 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. # https://protobuf.dev/support/cross-version-runtime-guarantee/#backwards - "protobuf == 5.28.0", - "grpcio-tools == 1.66.1", - "grpcio == 1.66.1", + "protobuf == 5.29.0", + "grpcio-tools == 1.68.1", + "grpcio == 1.68.1", ] build-backend = "setuptools.build_meta" @@ -66,10 +66,10 @@ dev-mkdocs = [ "mkdocs-gen-files == 0.5.0", "mkdocs-literate-nav == 0.6.1", "mkdocs-macros-plugin == 1.3.7", - "mkdocs-material == 9.5.43", - "mkdocstrings[python] == 0.26.2", + "mkdocs-material == 9.5.47", + "mkdocstrings[python] == 0.27.0", "mkdocstrings-python == 1.12.2", - "frequenz-repo-config[api] == 0.10.0", + "frequenz-repo-config[api] == 0.11.0", ] dev-mypy = [ "mypy == 1.13.0", @@ -80,16 +80,16 @@ dev-mypy = [ ] dev-noxfile = [ "nox == 2024.10.9", - "frequenz-repo-config[api] == 0.10.0", + "frequenz-repo-config[api] == 0.11.0", ] dev-pylint = [ - "pylint == 3.3.1", + "pylint == 3.3.2", # For checking the noxfile, docs/ script, and tests "frequenz-api-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]", ] dev-pytest = [ - "pytest == 8.3.3", - "frequenz-repo-config[extra-lint-examples] == 0.10.0", + "pytest == 8.3.4", + "frequenz-repo-config[extra-lint-examples] == 0.11.0", ] dev = [ "frequenz-api-dispatch[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",