From 9c4336f6d70a421f97594854047c2262a84bb43f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 13 Apr 2024 02:00:09 +0200 Subject: [PATCH] Update black from 23.3.0 to 24.4.0 --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index d123263..7e632f3 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,6 +1,6 @@ pytest coverage==5.5 -black==23.3.0 +black==24.4.0 typing-extensions==4.7.1 # Only for CPython (exclude pypy).