From 71bd2cfc5ea93980b68426f6ad77fa5d962d940e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 24 Feb 2021 04:22:43 +0000 Subject: [PATCH] Bump pylint from 2.7.0 to 2.7.1 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.7.0 to 2.7.1. - [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.7.0...pylint-2.7.1) Signed-off-by: dependabot-preview[bot] --- requirements-lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-lint.txt b/requirements-lint.txt index dba056c4..e91c3068 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -1,7 +1,7 @@ # linters pycodestyle==2.6.0 pydocstyle==5.1.1 -pylint==2.7.0 +pylint==2.7.1 pygments pyroma==2.6.1 -r requirements-test.txt \ No newline at end of file