From 5ab6e2d366598f5ffb3bdda664e800a4cf022f43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 20:27:37 +0000 Subject: [PATCH] chore(deps): update black requirement from >=24.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/24.1a1...25.11.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9825aa6..59ef3e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,6 +20,6 @@ mkdocs>=1.5.0 # Development pytest>=8.0.0 -black>=24.0.0 +black>=25.11.0 flake8>=7.3.0 mypy>=1.8.0 \ No newline at end of file