From 9521943734d9878e5f40bc8c10ca2d3d55e597a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 18:57:05 +0000 Subject: [PATCH] Update dependency black to v23.10.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a9b65f6..2eb71e1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -black==23.7.0 ; python_version >= "3.10" and python_version < "4.0" +black==23.10.0 ; python_version >= "3.10" and python_version < "4.0" blinker==1.6.2 ; python_version >= "3.10" and python_version < "4.0" certifi==2023.7.22 ; python_version >= "3.10" and python_version < "4.0" charset-normalizer==3.2.0 ; python_version >= "3.10" and python_version < "4.0"