From f52839bd6520347acf3153586f0e5b643051bb4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 07:51:01 +0000 Subject: [PATCH] Update dependency style/black to v24.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c91a715..fca3ed0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dist = [ style = [ "autoflake==2.2.1", - "black==24.1.0", + "black==24.1.1", "flake8==7.0.0", "flake8-isort==6.1.1", "flake8-print==5.0.0",