From 678ca4827da4cbed4f877edeec4ff63a29b83676 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 12:21:24 +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 cebd6ad..0993edb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "pdoc3>=0.11.6", "pytest-cov>=7.1.0,<8", "twine>=6.2.0,<7", - "black>=26.3.1,<27", + "black>=26.5.1,<27", "idna>=3.17" ] classifiers = [