From dc2fbbc6d6af608adf880a119352da3b68741472 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 19:59:17 +0000 Subject: [PATCH] Bump black from 23.3.0 to 26.3.1 in /src Bumps [black](https://github.com/psf/black) from 23.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/23.3.0...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 03b8af4fdd19..681ae63ceda0 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -7,7 +7,7 @@ docker==4.2.0 pyfiglet==0.8.post1 reprint==0.5.2 ruamel.yaml==0.18.10 -black==23.3.0 +black==26.3.1 junit-xml==1.9 toml==0.10.2 retrying