From 206ece15750d30afe8c099d561bfd14bcafe331b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 7 May 2020 17:04:08 +0200 Subject: [PATCH] Bump pylint from 2.5.0 to 2.5.2 (#1700) Bumps [pylint](https://github.com/PyCQA/pylint) from 2.5.0 to 2.5.2. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Changelog](https://github.com/PyCQA/pylint/blob/master/ChangeLog) - [Commits](https://github.com/PyCQA/pylint/compare/pylint-2.5.0...pylint-2.5.2) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- requirements_tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_tests.txt b/requirements_tests.txt index 338dac4ca..e1aa08cfb 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -1,5 +1,5 @@ flake8==3.7.9 -pylint==2.5.0 +pylint==2.5.2 pytest==5.4.1 pytest-timeout==1.3.4 pytest-aiohttp==0.3.0