From c1d56536f5d0ccd650c0205355b65e69ac56c743 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 21:11:09 +0000 Subject: [PATCH] chore(deps-dev): update black requirement 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/24.1.0...26.1.0) --- updated-dependencies: - dependency-name: black dependency-version: 26.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- scripts/project-templates/standard/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/project-templates/standard/pyproject.toml b/scripts/project-templates/standard/pyproject.toml index 946e622..74d6476 100644 --- a/scripts/project-templates/standard/pyproject.toml +++ b/scripts/project-templates/standard/pyproject.toml @@ -15,7 +15,7 @@ dev = [ "pytest-mock>=3.12.0,<4.0.0", # Code Quality - "black>=24.1.0,<25.0.0", + "black>=24.1.0,<27.0.0", "ruff>=0.2.0,<0.3.0", "mypy>=1.8.0,<2.0.0", "isort>=5.13.0,<6.0.0",