From 0a6b07924cb9b3c1967d96f31d4023d59e24318e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 15:32:39 +0000 Subject: [PATCH] build(deps-dev): update black requirement from >=26.3.1 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/26.3.1...26.5.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.5.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index cf9ddf88..1f9eeeed 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,7 +5,7 @@ ansible-doc-extractor>=0.1.11 mypy>=2.1.0 ansible>=7.5.0 Jinja2>=3.1.6 -black>=26.3.1 +black>=26.5.1 isort>=5.12.0 autoflake>=2.0.1 pytest>=7.3.1