From ecc83d5f9e51dbc9e24d1ff86da523edf836a00a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 00:49:42 +0000 Subject: [PATCH] chore(deps): 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...25.11.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/project-templates/devops/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/project-templates/devops/requirements.txt b/scripts/project-templates/devops/requirements.txt index a46297e..0dd59da 100644 --- a/scripts/project-templates/devops/requirements.txt +++ b/scripts/project-templates/devops/requirements.txt @@ -31,5 +31,5 @@ kubernetes>=29.0.0,<30.0.0 # Testing & Quality pytest>=8.0.0,<9.0.0 pytest-cov>=4.1.0,<5.0.0 -black>=24.1.0,<25.0.0 +black>=24.1.0,<26.0.0 ruff>=0.2.0,<0.3.0