diff --git a/pyproject.toml b/pyproject.toml index d5e957ea6..aef89a1be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ mypy = [ "frequenz-sdk[docs-gen,nox,pytest]", ] pylint = [ - "pylint == 2.17.2", + "pylint == 2.17.3", # For checking the noxfile, docs/ script, and tests "frequenz-sdk[docs-gen,nox,pytest]", ]