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"