From 08bfb8272d1f9fb02fd5ac07f53ba642bbf44208 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 08:49:37 +0200 Subject: [PATCH] build(deps): bump black from 24.8.0 to 24.10.0 (#781) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_tests.txt b/requirements_tests.txt index d66a0d1..fdf795c 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -1,4 +1,4 @@ flake8==7.1.1 pylint==3.2.7 -black==24.8.0 +black==24.10.0 pytest==8.3.3