From eb91dd06ee9779d0deef5c91bf053b6cc8db2323 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2020 14:47:59 +0200 Subject: [PATCH] module: update pylint to version to 2.5.3 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.5.2 to 2.5.3 (#21). - [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.2...pylint-2.5.3) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index ccf3469..ee3b9e0 100644 --- a/Pipfile +++ b/Pipfile @@ -10,6 +10,6 @@ requests = '*' [dev-packages] rope = '==0.17.0' -pylint = '==2.5.2' +pylint = '==2.5.3' yapf = '==0.30.0' mypy = '== 0.780'