From a1455a87c1ee6b36545100a604a3cf00f5192680 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 21:04:18 +0000 Subject: [PATCH] chore(deps-dev): bump black from 25.12.0 to 26.3.1 in /api Bumps [black](https://github.com/psf/black) from 25.12.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/25.12.0...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- api/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements-dev.txt b/api/requirements-dev.txt index 99be9c9..9306ebb 100644 --- a/api/requirements-dev.txt +++ b/api/requirements-dev.txt @@ -1,3 +1,3 @@ -black==25.12.0 +black==26.3.1 aws-lambda-powertools[all,aws-sdk]==3.23.0 boto3-stubs[dynamodb,kms]