From 4d3991bbebeadae83052a4414103dff0e6cb9e52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 22:02:13 +0000 Subject: [PATCH] chore(deps): update dependency black to ~=24.10.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ef9ce51..b3f43c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dev = [ "pytest~=8.3.2", "build~=1.2.1", "pytest-cov~=5.0.0", - "black~=24.8.0", + "black~=24.10.0", "pre-commit", "responses", ]