From 01c15567918610a7553cad772ce58537e0ba61b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 01:13:13 +0000 Subject: [PATCH] Bump black from 23.12.1 to 24.3.0 in /config Bumps [black](https://github.com/psf/black) from 23.12.1 to 24.3.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/23.12.1...24.3.0) --- updated-dependencies: - dependency-name: black dependency-version: 24.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- config/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/requirements-dev.txt b/config/requirements-dev.txt index 453dbad..b211f6b 100644 --- a/config/requirements-dev.txt +++ b/config/requirements-dev.txt @@ -10,7 +10,7 @@ pytest-xdist==3.5.0 coverage==7.3.3 # Code Quality -black==23.12.1 +black==24.3.0 flake8==6.1.0 pylint==3.0.3 mypy==1.7.1