From a9219258095348670194f7699d8a74bd900a46f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 09:35:22 +0000 Subject: [PATCH] chore(deps)(deps): bump black from 24.2.0 to 24.3.0 Bumps [black](https://github.com/psf/black) from 24.2.0 to 24.3.0. - [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...24.3.0) --- updated-dependencies: - dependency-name: black dependency-version: 24.3.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 e1bd919..065db27 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 # Downgraded for compatibility -black==24.2.0 +black==24.3.0 isort==5.13.2 pre-commit==3.6.2 flake8==7.0.0