diff --git a/setup.py b/setup.py index cc6ddc1..555ae7f 100755 --- a/setup.py +++ b/setup.py @@ -51,7 +51,8 @@ setup( 'docopt', ], 'qa': [ - 'flake8==3.8.3', + # Latest version which supports Python 3.6 + 'flake8==5.0.4', 'mypy==0.782', ], },