From 3255abf00419f552e9c0873e07391c71cfc6ea9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 00:54:19 +0000 Subject: [PATCH] build(deps-dev): bump black from 25.11.0 to 26.5.1 Bumps [black](https://github.com/psf/black) from 25.11.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/25.11.0...26.5.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.5.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 974158e..13cbaaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ docs = [ ] dev = [ "attribution == 1.8.0", - "black == 25.11.0", + "black == 26.5.1", "build > 1", "codespell>=2.4.2", "coverage>=7.14.1",