From f8f4c134c7bc0e37e190bf3273f4133f2f196aa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 20:14:04 +0000 Subject: [PATCH] :arrow_up: Bump black from 24.10.0 to 26.3.1 Bumps [black](https://github.com/psf/black) from 24.10.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.10.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 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4a9b39c..4c13543 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ # asgiref==3.8.1 # via django -black==24.10.0 +black==26.3.1 # via -r requirements.in click==8.1.7 # via black @@ -31,7 +31,7 @@ packaging==24.2 # black # gunicorn # pytest -pathspec==0.12.1 +pathspec==1.0.4 # via black platformdirs==4.3.6 # via black @@ -47,6 +47,8 @@ pytest==8.3.4 # via pytest-django pytest-django==4.9.0 # via -r requirements.in +pytokens==0.4.1 + # via black sqlparse==0.5.3 # via django static==1.1.1