From e551ac9218e6fc08369fcfa4cadd13a22c3b2674 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 17 Oct 2023 21:13:35 +0200 Subject: [PATCH] Update black from 23.3.0 to 23.10.0 --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 58e630b..018d63c 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,6 +1,6 @@ pytest coverage==5.5 -black==23.3.0 +black==23.10.0 typing-extensions==4.5.0 # Only for CPython (exclude pypy).