From 30ce5883e4e46c408b5b028ef310db12b53b6f08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 20:30:52 +0000 Subject: [PATCH] chore(deps-dev): bump black Bumps the pip group with 1 update in the /config directory: [black](https://github.com/psf/black). Updates `black` from 24.3.0 to 26.3.1 - [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/24.3.0...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:development dependency-group: pip ... 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 0243a089..1e4cf1f4 100644 --- a/config/requirements-dev.txt +++ b/config/requirements-dev.txt @@ -15,7 +15,7 @@ pytest-asyncio==0.23.3 coverage==7.4.0 # ===== Code Quality & Linting ===== -black==24.3.0 +black==26.3.1 flake8==7.0.0 mypy==1.8.0 pylint==3.0.3