From be63bd2f89b4066dc59a7468055229cc5dbd74d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 19:47:54 +0000 Subject: [PATCH] build(deps): Bump black from 23.12.1 to 26.3.1 in /backend Bumps [black](https://github.com/psf/black) from 23.12.1 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/23.12.1...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 1dbcbcd..f8da68a 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -60,5 +60,5 @@ pytest-asyncio==0.23.3 pytest-cov==4.1.0 httpx==0.26.0 pytest-mock==3.12.0 -black==23.12.1 +black==26.3.1 flake8==7.0.0