From b94f47818a9eab1b453ab8bf6e1fc1b86b3b9fbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2020 12:20:29 +0200 Subject: [PATCH] Bump pylint from 2.4.4 to 2.6.0 (#7) Bumps [pylint](https://github.com/PyCQA/pylint) from 2.4.4 to 2.6.0. - [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.6.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_lint.txt b/requirements_lint.txt index f371286e..910c93b6 100644 --- a/requirements_lint.txt +++ b/requirements_lint.txt @@ -2,4 +2,4 @@ black==20.8b1 flake8==3.8.3 mypy==0.770 pydocstyle==5.0.2 -pylint==2.4.4 +pylint==2.6.0 -- 2.34.1