From c3d5f5683b11c8460eab8f9d50d05f4cff4cc068 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Jul 2021 14:01:18 +0200 Subject: [PATCH] Update pylint from 2.7.3 to 2.9.2 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 5adca7c..4ceee3e 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.9.2 pytest-cov==2.11.1 pre-commit==2.11.1 black==20.8b1