From 1ec01b5e6cf0891b13f5733c56ef1c9c6842ec02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 19 Oct 2019 13:03:52 +0300 Subject: [PATCH] Upgrade pylint to 2.4.3 and astroid to 2.3.2 (#27912) https://pylint.readthedocs.io/en/latest/whatsnew/changelog.html#what-s-new-in-pylint-2-4-3 --- requirements_test.txt | 4 ++-- requirements_test_all.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements_test.txt b/requirements_test.txt index b6d5bdd7ee9..e491d5ea42a 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -12,8 +12,8 @@ mock-open==1.3.1 mypy==0.730 pre-commit==1.18.3 pydocstyle==4.0.1 -pylint==2.4.2 -astroid==2.3.1 +pylint==2.4.3 +astroid==2.3.2 pytest-aiohttp==0.3.0 pytest-cov==2.8.1 pytest-sugar==0.9.2 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 99a292d82f6..c2013c75a06 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -13,8 +13,8 @@ mock-open==1.3.1 mypy==0.730 pre-commit==1.18.3 pydocstyle==4.0.1 -pylint==2.4.2 -astroid==2.3.1 +pylint==2.4.3 +astroid==2.3.2 pytest-aiohttp==0.3.0 pytest-cov==2.8.1 pytest-sugar==0.9.2