From 49ada937c86b51c344902bb0dfb4460ede93b764 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 08:42:57 +0000 Subject: [PATCH] chore: bump black from 24.1.1 to 26.5.1 Bumps [black](https://github.com/psf/black) from 24.1.1 to 26.5.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.1.1...26.5.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.5.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- A_ID/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/A_ID/requirements.txt b/A_ID/requirements.txt index 4a9b1be..d4acd7b 100644 --- a/A_ID/requirements.txt +++ b/A_ID/requirements.txt @@ -14,7 +14,7 @@ tenacity==8.2.3 python-json-logger==2.0.7 pytest==8.0.0 pytest-cov==4.1.0 -black==24.1.1 +black==26.5.1 flake8==7.0.0 mypy==1.8.0 pyyaml>=6.0.2