From a8a775d9b356baab9b24802e304dcfe3179a98b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 14:13:02 +0000 Subject: [PATCH] Update dependency pylint to v2.17.7 --- django-starter/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django-starter/Pipfile b/django-starter/Pipfile index e680cc4d..fc4a327d 100644 --- a/django-starter/Pipfile +++ b/django-starter/Pipfile @@ -7,7 +7,7 @@ verify_ssl = true # Dev tools flake8 = "==3.9.2" mypy = "==0.910" -pylint = "==2.11.1" +pylint = "==2.17.7" autopep8 = "==1.5.7" black = "==21.6b0" isort = "==5.9.3"