From 364e8d4fafda168cbafb03d765aeb20ad5a69641 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 19:58:38 +0000 Subject: [PATCH] Build(deps-dev): bump black from 23.3.0 to 26.3.1 Bumps [black](https://github.com/psf/black) from 23.3.0 to 26.3.1. - [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.3.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 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2e6b991..1f979ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ Issues = "https://github.com/isaac12x/seed-cli/issues" image = ["pillow", "pytesseract", "opencv-python", "numpy", "fitz"] ui = ["rich"] dev = [ - "black==23.3.0", + "black==26.3.1", "pytest", "pytest-asyncio", "pytest-cov", diff --git a/requirements-dev.txt b/requirements-dev.txt index 329f6f1..71809f8 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -black==23.3.0 +black==26.3.1 pytest pytest-asyncio pre-commit