diff --git a/pyproject.toml b/pyproject.toml index 2ac990c..a7b5ecd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ lint = [ "isort==7.0.0; python_version > '3.9'", "mypy==1.19.1", "pylint-per-file-ignores==2.0.3; python_version < '3.10'", - "pylint-per-file-ignores==3.1.0; python_version > '3.9'", + "pylint-per-file-ignores==3.2.0; python_version > '3.9'", "pylint==3.3.9; python_version < '3.10'", "pylint==4.0.2; python_version > '3.9'", ]