diff --git a/setup.py b/setup.py index 59e5fce..3cbfa99 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ extras_require={ "test": [ 'pytest==6.2.5', - 'pylint==2.6.0', + 'pylint==3.0.1', 'pytest-cov==2.10.1', ] },