From 7ed40e7a7cb99c9723f0f39e0d8670ac65ddb404 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 13:13:21 +0000 Subject: [PATCH] Bump pylint from 2.6.0 to 2.7.0 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.6.0 to 2.7.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.6.0...pylint-2.7.0) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d75fd80..a4bb1a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pylint==2.6.0 +pylint==2.7.0 autopep8==1.5.4 flake8==3.8.3 flake8-mypy==17.8.0