From 650b548a9c3a4e1e65e97b4bdbdbee282ffbdc52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 09:29:01 +0000 Subject: [PATCH] Bump pylint from 2.6.0 to 2.7.4 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.6.0 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.0...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 92852b9..7f4742c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ mypy==0.790 pre-commit==2.12.1 -pylint==2.6.0 +pylint==2.7.4 pytest-cov pytest>=5.4.3 python-dotenv