From 7d5f4c07388ccd33ee6a15de0b2ff3b93e5a09b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 07:40:07 +0000 Subject: [PATCH] deps: update black requirement from >=25.1.0 to >=25.11.0 in /config 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/25.1.0...25.11.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.11.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- config/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/requirements-dev.txt b/config/requirements-dev.txt index 9a5d9eb..52645e9 100644 --- a/config/requirements-dev.txt +++ b/config/requirements-dev.txt @@ -2,7 +2,7 @@ pytest>=8.3.5 pytest-cov>=4.1.0 pytest-mock>=3.15.1 -black>=25.1.0 +black>=25.11.0 flake8>=6.1.0 mypy>=1.15.0