diff --git a/pyproject.toml b/pyproject.toml index f10216d..a7ea78c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ dev-mypy = [ ] dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[lib] == 0.13.6"] dev-pylint = [ - "pylint == 3.3.7", + "pylint == 4.0.2", # For checking the noxfile, docs/ script, and tests "frequenz-client-base[dev-mkdocs,dev-noxfile,dev-pytest]", ]