diff --git a/pyproject.toml b/pyproject.toml index 1375c553..373d6bd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ dev-mypy = [ ] dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[api] == 0.13.5"] dev-pylint = [ - "pylint == 3.3.8", + "pylint == 4.0.3", # For checking the noxfile, docs/ script, and tests "frequenz-api-common[dev-mkdocs,dev-noxfile,dev-pytest]", ]