From 34afae168518957d76b25a910aae292c2081f6a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 15:59:48 +0000 Subject: [PATCH] Update black requirement from >=23.0.0 to >=26.5.1 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/23.1a1...26.5.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.5.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1e986c1..1cc5b8e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ pytest>=7.0.0 # Test execution for generated code flake8>=6.0.0 # Linting for generated code # Development -black>=23.0.0 # Code formatting +black>=26.5.1 # Code formatting rich>=13.0.0 # Rich terminal output (used by generated code) gitpython>=3.1.0 # Git operations