From a560f0d716b0740b2d5fb426cbe076d92c6ba0a3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 04:18:12 +0000 Subject: [PATCH] Bump pylint from 2.7.4 to 2.8.2 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.7.4 to 2.8.2. - [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.7.4...v2.8.2) 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..3cb1861 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.8.2 safety==1.10.3 bandit==1.7.0 isort==5.7.0; (python_version == '3.5' or python_version == '3.6') # pyup: ignore