From b81a781cc6ba3718b947b65404b67d690ee3520e Mon Sep 17 00:00:00 2001 From: Christian Nicolai Date: Mon, 27 Aug 2018 11:37:55 +0200 Subject: [PATCH] deps: update pylint from 1.8.2 to 1.9.3 This is the last version that also supports Python 2. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 912282e..5a597fe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ mock==2.0.0 -pylint==1.8.2 +pylint==1.9.3 pytest==3.7.3 snapshottest==0.5.0