diff --git a/pyproject.toml b/pyproject.toml index e2513a7..721c81d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [build-system] requires = [ "setuptools == 82.0.1", - "setuptools_scm[toml] == 10.0.5", + "setuptools_scm[toml] == 10.2.0", "frequenz-repo-config[api] == 0.18.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 @@ -96,7 +96,7 @@ dev-pylint = [ "frequenz-api-reporting[dev-mkdocs,dev-noxfile,dev-pytest]", ] dev-pytest = [ - "pytest == 9.0.3", + "pytest == 9.1.1", "pylint == 4.0.6", # We need this to check for the examples "frequenz-repo-config[extra-lint-examples] == 0.18.0", ]