From 2b90254105a9295d8caa7dabe7efcc311aef0ea6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 9 Nov 2023 04:21:17 +0100 Subject: [PATCH] Pin black to latest version 23.11.0 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 78a3083..dccd1f4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,7 +41,7 @@ tests_require = pytest-django tox isort - black + black==23.11.0 flake8 [options.packages.find] @@ -55,7 +55,7 @@ tests = pytest-django tox isort - black + black==23.11.0 flake8 pep8 = flake8 coverage = pytest-cov