diff --git a/pyproject.toml b/pyproject.toml index 86c09b0..dab0afc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ lint = [ "pylint==3.3.9; python_version < '3.10'", "pylint==4.0.0; python_version > '3.9'", "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'", ] test = ["pytest==8.4.2", "coverage==7.10.7"]