From 83c50ca49f72b45f5bd0cd7debc230b4ab193500 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 01:32:07 +0000 Subject: [PATCH] chore(deps-dev): update black requirement from 26.5.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/26.5.0...26.5.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.5.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6d3c406..656f0a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ flake8 = "7.3.0" flake8-pytest-style = "2.2.0" ruff = "0.15.13" coverage = "7.14.0" -black = "26.5.0" +black = "26.5.1" mypy = "2.1.0" bandit = "1.9.4" xenon = "0.9.3"