From 17c81747e84759655bb0fb8ef14fc52b40bc30d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 20:36:01 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(deps):=20update=20black=20re?= =?UTF-8?q?quirement=20from=20^25.1.0=20to=20^26.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.1.0...26.1.0) --- updated-dependencies: - dependency-name: black dependency-version: 26.1.0 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 67d5dff..aa16fb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ pylint="^3.3.0" yamllint="^1.35.0" isort = "^6.0.1" toml = "^0.10.0" -black = "^25.1.0" +black = "^26.1.0" pytest = "^8.3.1" httpx = { version = ">=0.24.0", optional = true } pytest-cov = "^6.0.0"