From 8f0cfea62b935197eba70d61e94cdbe80ece47ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 18:30:53 +0000 Subject: [PATCH] Bump black in /scripts in the pip group across 1 directory Bumps the pip group with 1 update in the /scripts directory: [black](https://github.com/psf/black). Updates `black` from 26.1.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/26.1.0...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 1cc3a5ae34..ebcf7ecd36 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -6,7 +6,7 @@ bandit==1.9.4 safety==3.7.0 # Development tools -black==26.3.0 +black==26.3.1 pylint==4.0.5 # Runtime dependencies (if needed in future)