From 080d631a22a8fbf37719e0994f13a47f932d435a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Apr 2021 09:43:11 +0000 Subject: [PATCH] Bump pylint from 2.6.0 to 2.8.1 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.6.0 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.6.0...pylint-2.8.1) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0323670..518afb5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ isort==5.5.3 lazy-object-proxy==1.4.3 mccabe==0.6.1 pycodestyle==2.6.0 -pylint==2.6.0 +pylint==2.8.1 requests==2.24.0 six==1.15.0 toml==0.10.1