From f2486e0ac1300600e32830db127b930cf9106b5a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Apr 2021 05:44:12 +0000 Subject: [PATCH] Bump pylint from 2.7.4 to 2.8.1 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.7.4 to 2.8.1. - [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...pylint-2.8.1) 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..9c13610 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.1 safety==1.10.3 bandit==1.7.0 isort==5.7.0; (python_version == '3.5' or python_version == '3.6') # pyup: ignore