From 5f890f02bdf0d0bbe61e43f5a4c676c0eec6e4f4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 25 Apr 2024 22:15:58 -0400 Subject: [PATCH] Update black from 20.8b1 to 24.4.2 --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index a1a2ed42..60f93f36 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -20,7 +20,7 @@ sphinx-autobuild==2020.9.1 # https://github.com/GaretJax/sphinx-autobuild flake8==3.8.3 # https://github.com/PyCQA/flake8 flake8-isort==4.0.0 # https://github.com/gforcada/flake8-isort coverage==5.3 # https://github.com/nedbat/coveragepy -black==20.8b1 # https://github.com/ambv/black +black==24.4.2 # https://github.com/ambv/black pylint-django==2.3.0 # https://github.com/PyCQA/pylint-django pylint-celery==0.3 # https://github.com/PyCQA/pylint-celery pre-commit==2.17.0 # xhttps://github.com/pre-commit/pre-commit