diff --git a/setup.py b/setup.py index 001bdf30..333cc665 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ ], extras_require={ "test": [ - "pylint==2.12.*", + "pylint>=2.12,<3.1", 'pytest==7.4.0', 'pytest-cov==3.0.0', "python-dotenv>=0.19,<1.1"