From 8daea50ac36c2edd2b50a2acefc263a496adf9c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 17:38:48 +0000 Subject: [PATCH] chore(deps): update dependency black to v23 | datasource | package | from | to | | ---------- | ------- | ------ | ------- | | pypi | black | 20.8b1 | 23.10.0 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 163591e..487d48c 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.10.0 flake8==3.9.2 mypy==0.910 pytest==6.2.4