From 0d199e7e8a4d997f98b6f5e4a44f7e37227abdf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Jan 2026 16:50:15 +0000 Subject: [PATCH] Bump black from 23.3.0 to 24.3.0 Bumps [black](https://github.com/psf/black) from 23.3.0 to 24.3.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/23.3.0...24.3.0) --- updated-dependencies: - dependency-name: black dependency-version: 24.3.0 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..b0ac56d 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==24.3.0", "pytest", "pytest-asyncio", "pytest-cov", diff --git a/requirements-dev.txt b/requirements-dev.txt index 329f6f1..ffb2755 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -black==23.3.0 +black==24.3.0 pytest pytest-asyncio pre-commit