From 13981482eb0ce02c9ce271cb3a425301a9b6d04e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 7 May 2020 15:26:13 +0200 Subject: [PATCH] module: update bump pylint to version 2.5.2 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.4.4 to 2.5.2 (#16). - [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.4.4...pylint-2.5.2) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index a3d26f3..50502b1 100644 --- a/Pipfile +++ b/Pipfile @@ -10,6 +10,6 @@ requests = '*' [dev-packages] rope = '==0.17.0' -pylint = '==2.4.4' +pylint = '==2.5.2' yapf = '==0.29.0' mypy = '== 0.770'