From 077084d1901c35c3a8114f85cdb1b02720103009 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 20:30:45 +0000 Subject: [PATCH] chore(deps): bump black Bumps the pip group with 1 update in the /utils/doclint/linting-code-snippets/python directory: [black](https://github.com/psf/black). Updates `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:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- utils/doclint/linting-code-snippets/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/doclint/linting-code-snippets/python/requirements.txt b/utils/doclint/linting-code-snippets/python/requirements.txt index 70f3034c8d80d..eb1f300ebb07e 100644 --- a/utils/doclint/linting-code-snippets/python/requirements.txt +++ b/utils/doclint/linting-code-snippets/python/requirements.txt @@ -1 +1 @@ -black==24.3.0 +black==26.3.1