From f53876dfb50c4a39ef8159c9f96967ee4521bc98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 07:48:06 +0000 Subject: [PATCH] Bump pylint from 2.8.1 to 2.8.2 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.8.1 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.8.1...v2.8.2) Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 146a92e..a45afff 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,7 +1,7 @@ .[cli] .[color] tox==3.23.0 -pylint==2.8.1; python_version > '3.5' +pylint==2.8.2; python_version > '3.5' pytest==6.2.2; python_version > '3.5' pytest-cov==2.11.1 pre-commit==2.12.1; python_version > '3.5'