diff --git a/setup.py b/setup.py index 36e848b5..79898772 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ ], extras_require={ "test": [ - "pylint==2.12.*", + "pylint>=2.12,<2.16", 'pytest==7.1.1', 'pytest-cov==3.0.0', "python-dotenv==0.19.*"