From f99f0c18345361a4a3f7e16110c3db38ae0f97c5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 21 Jul 2021 05:39:08 +0000 Subject: [PATCH] Bump pylint from 2.7.4 to 2.9.4 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.7.4 to 2.9.4. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog) - [Commits](https://github.com/PyCQA/pylint/compare/pylint-2.7.4...v2.9.4) Signed-off-by: dependabot-preview[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index e7750be..e5314e8 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -7,7 +7,7 @@ bumpversion==0.6.0 mypy==0.812 pydocstyle==6.0.0 -pylint==2.7.4 +pylint==2.9.4 safety==1.10.3 bandit==1.7.0 isort==5.7.0; (python_version == '3.5' or python_version == '3.6') # pyup: ignore