From 8d736c7e33ee8d5d9b82c7e1fdac4b7dfc2aa92b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 21:10:56 +0000 Subject: [PATCH] chore(deps): update black requirement in /scripts/project-templates/web 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:production ... Signed-off-by: dependabot[bot] --- scripts/project-templates/web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/project-templates/web/requirements.txt b/scripts/project-templates/web/requirements.txt index 49c5c2d..f75048e 100644 --- a/scripts/project-templates/web/requirements.txt +++ b/scripts/project-templates/web/requirements.txt @@ -26,6 +26,6 @@ pytest-cov>=4.1.0,<5.0.0 pytest-asyncio>=0.23.0,<0.24.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