From 37847e0c27005d7fc9991a4a01e983f7462abb43 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 17 May 2026 16:29:45 -0700 Subject: [PATCH] Bump Black version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a50a3a8..239decf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ [dependency-groups] dev = [ - "black>=24.1.1", + "black>=26.3.1", "cogapp", "hypothesis", "pytest",