From c01e1f8cd60bfea018d45a0ed6943df098e9bfa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:56:52 +0000 Subject: [PATCH] chore(deps)(deps-dev): update black requirement 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/25.11.0...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.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 7d48819..e57d2fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dev = [ "flake8>=7.3.0", "mypy>=1.19.0", "bandit>=1.9.0", - "black>=25.11.0", + "black>=26.3.1", "isort>=7.0.0", "build>=1.3.0", "twine>=6.2.0",