From cec4c0524cb07abd0597fb5d4727235ee43e5552 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 05:28:54 +0000 Subject: [PATCH] chore(deps): update black requirement from >=23.0.0 to >=26.3.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/23.1a1...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 2bdfd67..d28137f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ fabric-monitor = "fabricla_connector.workflows:main" dev = [ "pytest>=7.0.0", "pytest-cov>=4.0.0", - "black>=23.0.0", + "black>=26.3.1", "flake8>=6.0.0", "mypy>=1.0.0", "pre-commit>=3.0.0",