diff --git a/pyproject.toml b/pyproject.toml index 30271100..32d3f739 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,9 +3,9 @@ [build-system] requires = [ - "setuptools == 75.8.0", - "setuptools_scm[toml] == 8.1.0", - "frequenz-repo-config[api] == 0.11.0", + "setuptools == 75.8.2", + "setuptools_scm[toml] == 8.2.0", + "frequenz-repo-config[api] == 0.12.3", # 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. @@ -50,36 +50,36 @@ email = "floss@frequenz.com" [project.optional-dependencies] dev-flake8 = [ - "flake8 == 7.1.1", + "flake8 == 7.1.2", "flake8-docstrings == 1.7.0", "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml - "pydoclint == 0.6.0", + "pydoclint == 0.6.2", "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", - "mkdocstrings[python] == 0.27.0", - "frequenz-repo-config[api] == 0.11.0", + "mkdocs-material == 9.6.7", + "mkdocstrings[python] == 0.28.2", + "frequenz-repo-config[api] == 0.12.3", ] dev-mypy = [ - "mypy == 1.14.1", + "mypy == 1.15.0", "grpc-stubs == 1.53.0.5", # 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.11.0"] +dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[api] == 0.12.3"] dev-pylint = [ "pylint == 3.3.4", # 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.11.0", + "pytest == 8.3.5", + "frequenz-repo-config[extra-lint-examples] == 0.12.3", ] dev = [ "frequenz-api-common[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",