From e74312399486b14dceb95fc7d7dd50ece51b214f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 11:41:34 +0000 Subject: [PATCH] Build(deps-dev): Bump black from 26.3.1 to 26.5.1 in the minor group Bumps the minor group with 1 update: [black](https://github.com/psf/black). Updates `black` from 26.3.1 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.3.1...26.5.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.5.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c3eab54..ee6465c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,9 +58,9 @@ dev-flake8 = [ "pydoclint == 0.8.3", "pydocstyle == 6.3.0", ] -dev-formatting = ["black == 26.3.1", "isort == 8.0.1"] +dev-formatting = ["black == 26.5.1", "isort == 8.0.1"] dev-mkdocs = [ - "black == 26.3.1", + "black == 26.5.1", "Markdown==3.10.2", "mike == 2.2.0", "mkdocs-gen-files == 0.6.1",