From 6d40a3114ed07a95babeb3c3cc48b01480ef50f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 04:32:57 +0000 Subject: [PATCH] chore(deps): update black requirement in /api/unidash 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/24.1a1...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- api/unidash/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/unidash/pyproject.toml b/api/unidash/pyproject.toml index 82d1a2e..29227c1 100644 --- a/api/unidash/pyproject.toml +++ b/api/unidash/pyproject.toml @@ -14,7 +14,7 @@ dev = [ "pytest>=8.0.0", "pytest-cov>=6.0.0", "ruff>=0.8.0", - "black>=24.0.0", + "black>=26.3.1", ] [build-system]