From 67d320934893b51f30cb9ae78fa40e46a423cf4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 07:29:17 +0000 Subject: [PATCH] chore(deps)(deps): bump black from 24.2.0 to 26.5.1 Bumps [black](https://github.com/psf/black) from 24.2.0 to 26.5.1. - [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.2.0...26.5.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.5.1 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 aad4a741..3bd2c4c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -81,7 +81,7 @@ django-cacheops==7.0.2 # Code Quality and Type Checking mypy==1.7.1 -black==24.2.0 +black==26.5.1 isort==5.13.2 pre-commit==3.6.2 flake8==7.0.0