From 477b7d1e1f87435352e5a859610d7cf660d72e69 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 06:28:47 +0000 Subject: [PATCH] Bump pylint from 2.7.1 to 2.7.2 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.7.1 to 2.7.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.1...pylint-2.7.2) Signed-off-by: dependabot-preview[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 688d533..0864e2a 100644 --- a/Pipfile +++ b/Pipfile @@ -8,7 +8,7 @@ black = "==20.8b1" codacy-coverage = "==1.3.11" flake8 = "==3.8.4" pre-commit = "*" -pylint = "==2.7.1" +pylint = "==2.7.2" pytest = "==6.2.2" pytest-cov = "==2.11.1"