From 21e7fb9b17b7aa2cb2ec06dbb5b5d9891fb66728 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 05:20:17 +0000 Subject: [PATCH] Bump black from 25.12.0 to 26.1.0 Bumps [black](https://github.com/psf/black) from 25.12.0 to 26.1.0. - [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.12.0...26.1.0) --- updated-dependencies: - dependency-name: black dependency-version: 26.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements_black.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3eebf19..459e5ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ [project.optional-dependencies] black = [ - "black==25.12.0", + "black==26.1.0", ] ruff = [ "ruff==0.14.11", diff --git a/requirements_black.txt b/requirements_black.txt index edfc3ef..2f42b64 100644 --- a/requirements_black.txt +++ b/requirements_black.txt @@ -1 +1 @@ -black==25.12.0 +black==26.1.0