From e1a67438c0aea64753de0486a2fb8a233fcf3267 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Mar 2021 05:06:24 +0000 Subject: [PATCH] Bump pylint from 2.6.2 to 2.7.4 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.6.2 to 2.7.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.6.2...pylint-2.7.4) Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 8536a356..99d3d3c4 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -11,7 +11,7 @@ flake8-tuple==0.4.1 isort==5.7.0 mypy==0.812 black==20.8b1 -pylint==2.6.2 +pylint==2.7.4 pytest pytest-gevent