diff --git a/pyproject.toml b/pyproject.toml index 4ae660c7..641e4ac6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [build-system] requires = [ "setuptools == 75.8.0", - "setuptools_scm[toml] == 8.1.0", + "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 @@ -50,7 +50,7 @@ email = "floss@frequenz.com" [project.optional-dependencies] dev-flake8 = [ - "flake8 == 7.1.1", + "flake8 == 7.2.0", "flake8-docstrings == 1.7.0", "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml "pydoclint == 0.6.0", @@ -66,7 +66,7 @@ dev-mkdocs = [ "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]",