From f86fa92d7ae1789057e770f9299f0d4f09672597 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 22 Jul 2021 05:37:13 +0000 Subject: [PATCH] Bump pylint from 2.7.4 to 2.9.5 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.7.4 to 2.9.5. - [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.5) 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..beebbd2 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.5 safety==1.10.3 bandit==1.7.0 isort==5.7.0; (python_version == '3.5' or python_version == '3.6') # pyup: ignore