From 90924f5276de80a74ffbc51126ed81595dd2157a Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Mon, 30 Mar 2026 13:59:02 -0400 Subject: [5.2.x] Bumped black to 26.3.1. Although Django was not affected by the security issue patched in black 26.3.0, it's worth upgrading to satisfy the zizmor check. --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/requirements.txt b/docs/requirements.txt index 5445f6d5a5..51423ef7bd 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ pyenchant Sphinx>=4.5.0 sphinxcontrib-spelling -black==25.12.0 +black==26.3.1 blacken-docs -- cgit v1.3