From db46fe4cf034ebf2d87b335d582abb37a5c6c175 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 09:08:45 +0000 Subject: [PATCH] Update black requirement in /tools in the python-packages group Updates the requirements on [black](https://github.com/psf/black) to permit the latest version. Updates `black` to 26.1.0 - [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/25.12.0...26.1.0) --- updated-dependencies: - dependency-name: black dependency-version: 26.1.0 dependency-type: direct:production dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index 1fccd6967fa..fe8f9ef1ecf 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -2,7 +2,7 @@ Jinja2~=3.1.6 MarkupSafe==3.0.3 requests~=2.32.5 mypy~=1.19 -black~=25.12.0 +black~=26.1.0 isort~=7.0.0 flake8~=7.3.0 types-requests~=2.32.4