diff --git a/pyproject.toml b/pyproject.toml index 3c1c3e88b..6dd13d3c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ lint = [ "pydocstyle==6.3.0", "mypy==1.11.1", "reno>=3.4.0", - "pylint==3.2.5", + "pylint==3.2.6", # pydocstyle prefers to parse our pyproject.toml, hence the following line "toml", ]