From 5afbc6ee25fd4fa5f2319a67ec3a8c6c34378cd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 11:52:36 +0000 Subject: [PATCH] Update black requirement from >=22.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/22.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.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d7a5188..d4c61a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,5 +9,5 @@ pytest pytest-asyncio tox>=3.0.0 -black>=22.0.0 +black>=26.5.1 isort>=5.0.0