From 94bfd9c20c564270f73eeff9722fdb9d0975c280 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2020 00:03:55 +0530 Subject: [PATCH] chore(deps-dev): bump pylint from 2.4 to 2.4.4 (#6951) Bumps [pylint](https://github.com/PyCQA/pylint) from 2.4 to 2.4.4. - [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.0...pylint-2.4.4) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 7dc68af410..06ddfb0eee 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,7 +1,7 @@ -r common.txt nose==1.3.7 -pylint==2.4 +pylint==2.4.4 pep8==1.7.1 isort==4.3.21 black==19.10b0