diff --git a/setup.py b/setup.py index 143239f..62620c0 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ def read(path, encoding="utf-8"): ] test_requires = [ "pytest>=5.0.1,<5.5.0", - "pylint>=2.4.3,<2.5", + "pylint>=2.4.3,<2.6", "hypothesis>=4.43.1,<6.0", "coverage==5.0.1", "isort==4.3.21",