From 15f18d73cab09c1c74f44e1249895a16e5197a6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 06:19:26 +0000 Subject: [PATCH] Bump black from 26.5.0 to 26.5.1 Bumps [black](https://github.com/psf/black) from 26.5.0 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/26.5.0...26.5.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements_black.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8630080..e26ff29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ [project.optional-dependencies] black = [ - "black==26.5.0", + "black==26.5.1", ] ruff = [ "ruff==0.15.13", diff --git a/requirements_black.txt b/requirements_black.txt index d424915..bb241c0 100644 --- a/requirements_black.txt +++ b/requirements_black.txt @@ -1 +1 @@ -black==26.5.0 +black==26.5.1