From de7326509150868e15215ccafc46830b220516d5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Mar 2021 18:40:22 +0100 Subject: [PATCH] Update pylint from 2.6.0 to 2.7.2 --- requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 1e55773..cc12cb4 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,8 +1,8 @@ -r requirements.txt tox==3.21.1 coverage==5.3.1 -pylint==2.6.0 +pylint==2.7.2 pytest-cov==2.10.1 -pylint==2.6.0 +pylint==2.7.2 pre-commit==2.9.0 black==20.8b1