From 2135e84fb31b612402dc2b3654460591c89284f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Sep 2023 03:39:53 +0000 Subject: [PATCH] Update dependency black to v23.9.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a9b65f6..a974997 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.9.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"