From 1e17a9e604ce073f045caa8beea059dcb8a4ed29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 12:01:26 +0000 Subject: [PATCH] Bump black from 25.1.0 to 26.3.1 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black). Updates `black` from 25.1.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/25.1.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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 47f30c10..3dbde167 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ all = [ "pyearthtools-zoo>=0.6.1", ] test = ["pytest", "pytest-cov", "pytest-xdist"] -dev = ["pre-commit", "black==25.1.0", "ruff", "pudb"] +dev = ["pre-commit", "black==26.3.1", "ruff", "pudb"] docs = [ "sphinx", "myst-parser",