From 2b00143c658192498ae803d34d56b2bee0ef05a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 10:57:18 +0000 Subject: [PATCH] fix(deps): update black requirement from <27,>=26.3.1 to >=26.5.1,<27 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.3.1...26.5.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.5.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b6e9f3f..0dc6535 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "pdoc3>=0.11.6", "pytest-cov>=7.1.0,<8", "twine>=4,<7", - "black>=26.3.1,<27", + "black>=26.5.1,<27", "idna>=3.16" ] classifiers = [