From 1337b6d1913fe9bbda66f11b844f18fa61841e43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 15:42:34 +0000 Subject: [PATCH] chore(deps)(deps): bump black from 24.2.0 to 26.3.1 Bumps [black](https://github.com/psf/black) from 24.2.0 to 26.3.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.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.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 b43ed6c..71cf630 100644 --- a/requirements.txt +++ b/requirements.txt @@ -82,7 +82,7 @@ django-cacheops==7.0.2 # Code Quality and Type Checking mypy==1.7.1 -black==24.2.0 +black==26.3.1 isort==7.0.0 pre-commit==3.6.2 flake8==7.0.0