From a7d8237ba72b0b3995630e8bd540e9eba392e6bd Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 2 Oct 2023 12:08:30 -0700 Subject: [PATCH] Update pylint from 1.8.4 to 3.0.0 --- requirements/development.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/development.txt b/requirements/development.txt index ab2ae03..eef801b 100755 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -1,5 +1,5 @@ # Development dependencies go here -r base.txt -pylint==1.8.4 +pylint==3.0.0 pylint-django==0.11 \ No newline at end of file