From 690350b9c7ca39d17671ab3d1ae9bb7066400a21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 07:26:39 +0000 Subject: [PATCH] deps: update black requirement from >=23.7.0 to >=23.12.1 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/23.7.0...23.12.1) --- updated-dependencies: - dependency-name: black dependency-version: 23.12.1 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 d77da22..4f5e706 100644 --- a/config/requirements-dev.txt +++ b/config/requirements-dev.txt @@ -2,7 +2,7 @@ pytest>=7.4.0 pytest-cov>=4.1.0 pytest-mock>=3.11.1 -black>=23.7.0 +black>=23.12.1 flake8>=6.1.0 mypy>=1.5.0