diff --git a/setup.py b/setup.py index c71436f6..7b11d3e3 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ ], "test": [ "coverage>=7.10,<7.11", - "pylint>=3,<3.4", + "pylint>=4,<4.1", "pytest>=8,<8.5", "pytest-cov>=7,<7.1", "mypy>=1.18,<1.19",