From 1ab98a6922f759d0be5d0a235e3475a7f8452016 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 15:35:57 +0000 Subject: [PATCH] build(deps-dev): update black requirement from >=23.0.0 to >=25.11.0 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/23.1a1...25.11.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.11.0 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 c2e18c0..efaa836 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ mod_fldr_dt = "folder_datetime_fix.cli:main" [project.optional-dependencies] dev = [ "pytest>=7.0.0", - "black>=23.0.0", + "black>=25.11.0", "flake8>=6.0.0", "mypy>=1.0.0", ]