From 9426564ea742bbcbb9305fafcc8cbbc6caf0c8db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 00:50:54 +0000 Subject: [PATCH] chore(deps): update black requirement from ==25.* to ==26.* 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.1.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 433a769..31d18a4 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -5,7 +5,7 @@ pytest == 8.4.*; python_version < '3.10' pytest-cov == 7.1.* pytest-timeout == 2.4.* pytest-xdist == 3.8.* -black == 25.* +black == 26.* ruff == 0.15.* mypy == 1.19.* psutil == 7.2.*