diff --git a/setup.py b/setup.py index be4799e..3d98e02 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ ], "test": [ "coverage>=7.5,<7.6", - "pylint>=3,<3.2", + "pylint>=3,<3.3", "pytest>=8,<8.3", "pytest-cov>=5,<5.1", "mypy>=1.10,<1.11",