From ed4b2c90cc8c8e00f4c8b29bf0c3ad56a1c37f7c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 10:51:15 +0000 Subject: [PATCH] chore(deps): update dependency black to v23 | datasource | package | from | to | | ---------- | ------- | ------ | ------- | | pypi | black | 20.8b1 | 23.12.0 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 163591e..4f3bcfd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ wheel wagtail==2.13 django-vite==1.1.0 -black==20.8b1 +black==23.12.0 flake8==3.9.2 mypy==0.910 pytest==6.2.4