diff --git a/setup.py b/setup.py index 14180cd..97843a7 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ ], "test": [ "coverage>=7.4,<7.5", - "pylint>=3,<3.1", + "pylint>=3,<3.2", "pytest>=8,<8.1", "pytest-cov>=4.1.0,<4.2", "mypy>=1.8,<1.9",