diff --git a/pyproject.toml b/pyproject.toml index 4b7fa100..e093fcb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ test = [ lint = [ "black==24.10.0", "isort==6.1.0", - "pylint==3.3.8", + "pylint==4.0.1", ] docs = [ "sphinx>=7,<9",