From 34c46ee92e53214ae52401aec599e83d0cf258be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 20:47:05 +0000 Subject: [PATCH] Bump black from 24.8.0 to 26.3.1 in /src/Services/AIService Bumps [black](https://github.com/psf/black) from 24.8.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.8.0...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- src/Services/AIService/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/AIService/requirements-dev.txt b/src/Services/AIService/requirements-dev.txt index f7bbc627e..3492f82ac 100644 --- a/src/Services/AIService/requirements-dev.txt +++ b/src/Services/AIService/requirements-dev.txt @@ -8,7 +8,7 @@ pytest-cov==5.0.0 httpx==0.27.0 # For testing FastAPI # Code Quality -black==24.8.0 +black==26.3.1 flake8==7.1.0 mypy==1.11.0 isort==5.13.2