From be6b846faed748cd61efb732aeba9a0bf3e69e55 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 24 Sep 2019 14:16:20 +0300 Subject: [PATCH 1/2] Update pylint from 1.9.4 to 2.4.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index afc2672..a1b9bc6 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -9,7 +9,7 @@ tox>=3.5.3 plotly>=3.0.0 pytest-django>=3.4.3 flake8>=3.5.0 -pylint==1.9.4;python_version<"3.7" +pylint==2.4.0;python_version<"3.7" pylint==2.3.1;python_version=="3.7" astroid==2.2.5;python_version=="3.7" mock From 4a8d69107d232cfeada0f00959c8b468331260e5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 24 Sep 2019 14:16:21 +0300 Subject: [PATCH 2/2] Update pylint from 2.3.1 to 2.4.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index a1b9bc6..4ef4dae 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -10,6 +10,6 @@ plotly>=3.0.0 pytest-django>=3.4.3 flake8>=3.5.0 pylint==2.4.0;python_version<"3.7" -pylint==2.3.1;python_version=="3.7" +pylint==2.4.0;python_version=="3.7" astroid==2.2.5;python_version=="3.7" mock