From c5a8372f13788781bfbf5eec3169ba34fb82eeaa Mon Sep 17 00:00:00 2001 From: Andrey Date: Sat, 25 Feb 2017 10:44:22 +0200 Subject: [PATCH] Update flake8 and pylint to latest (#6217) --- requirements_test.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_test.txt b/requirements_test.txt index 3ce07cff7ef..07f8e192839 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,8 +1,8 @@ # linters such as flake8 and pylint should be pinned, as new releases # make new things fail. Manually update these pins when pulling in a # new version -flake8==3.2.1 -pylint==1.6.4 +flake8==3.3 +pylint==1.6.5 mypy-lang==0.4.5 pydocstyle==1.1.1 coveralls>=1.1