From 249aea97d81a23f1b684ffe02ab3372c17ba99e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 03:26:56 +0000 Subject: [PATCH] chore(deps-dev): bump black from 26.3.1 to 26.5.1 in /requirements Bumps [black](https://github.com/psf/black) from 26.3.1 to 26.5.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.3.1...26.5.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.5.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index bf4e83752..f6cd144c5 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -8,5 +8,5 @@ parameterized==0.9.0 pyelftools~=0.32 # Used to verify the generated Go binary architecture in integration tests (utils.py) # formatter -black==26.3.1 +black==26.5.1 ruff==0.15.7