From 22f5433aa6e3a18ba93399755efcc514d982cf6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 21:23:22 +0000 Subject: [PATCH] Update dependency black to v23.10.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a9b65f6..8614110 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.1 ; 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"