From c0f12db2ebcad258b1cc4cadd2c23c06a9a2a94c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 00:35:21 +0000 Subject: [PATCH] chore(deps): update black requirement from ==25.11.* to ==26.5.* Updates the requirements on [black](https://github.com/psf/black) to permit the latest version. - [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.11.0...26.5.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.5.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index 166756e..48f90b4 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -7,7 +7,7 @@ pytest-xdist == 3.8.* types-PyYAML ~= 6.0 # Pinned to 25.x because black 26+ produces different formatting output # that is incompatible with black 25 (last version supporting Python 3.9). -black == 25.11.* +black == 26.5.* ruff == 0.15.* mypy == 2.2.*; python_version >= "3.10" mypy == 1.19.*; python_version < "3.10"