From 999a8f2019cc8b915eed18475105526a4e1cda55 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 25 Apr 2021 02:10:04 +0200 Subject: [PATCH] Update pylint from 2.7.3 to 2.8.0 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 5adca7c..97ce3ed 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ -r requirements.txt tox==3.23.0 coverage==5.5 -pylint==2.7.3 +pylint==2.8.0 pytest-cov==2.11.1 pre-commit==2.11.1 black==20.8b1