From 4d2e716f587395163bae1d8b258dd6ff65cce933 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 22:05:18 +0000 Subject: [PATCH] Update dependency black to v24.10.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1dfc1d8..d21cfa7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ async-timeout==4.0.3 ; python_version >= "3.10" and python_full_version < "3.11.3" -black==24.4.0 ; python_version >= "3.10" and python_version < "4.0" +black==24.10.0 ; python_version >= "3.10" and python_version < "4.0" blinker==1.7.0 ; python_version >= "3.10" and python_version < "4.0" cachelib==0.13.0 ; python_version >= "3.10" and python_version < "4.0" click==8.1.7 ; python_version >= "3.10" and python_version < "4.0"