From ff22689436a13082a9f9153cb5b1f7d34cf08ddd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 04:36:44 +0000 Subject: [PATCH] Bump black from 24.3.0 to 26.3.1 in /python Bumps [black](https://github.com/psf/black) from 24.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/24.3.0...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- python/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements-dev.txt b/python/requirements-dev.txt index d58d720bb..3324afd7f 100644 --- a/python/requirements-dev.txt +++ b/python/requirements-dev.txt @@ -14,7 +14,7 @@ mypy==0.981 flake8 # Code formatter. Only support Python 3.6+ -black==24.3.0 +black==26.3.1 # Test pytest