From b8fcc80734651516f38fafd7cdc329785b0a8959 Mon Sep 17 00:00:00 2001 From: Chamath Sandaru Date: Tue, 19 Feb 2019 00:53:58 +0530 Subject: [PATCH] Incompatible dependecy version fixed with pylint-django and prospector --- requirements/lint.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements/lint.txt b/requirements/lint.txt index 8c9e163d187..6cfa281943c 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -3,7 +3,8 @@ astroid<=2.0.4 # pyup: ignore # prospector 1.1.6.2 is not compatible with 2.2.2 pylint<=2.1.1 # pyup: ignore -pylint-django<2.0.5 # pyup: ignore +# prospector 1.1.6.2 is not compatible with 2.0.3 +pylint-django==2.0.2 # pyup: ignore pylint-celery==0.3 prospector==1.1.6.2 # prospector 1.1.6.2 is not compatible with 2.0.0