From e56f6d6c5e5e29892246dbebeeb4c4df3b8c29bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 20:25:41 +0000 Subject: [PATCH] Bump black from 24.3.0 to 26.3.1 Bumps [black](https://github.com/psf/black) from 24.3.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.3.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 e6bebb2..edc122d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ # beautifulsoup4==4.11.1 # via google -black==24.3.0 +black==26.3.1 # via -r requirements.in cachetools==5.1.0 # via google-auth @@ -83,7 +83,7 @@ pandas==1.4.2 # via -r requirements.in pandas-stubs==1.2.0.58 # via -r requirements.in -pathspec==0.9.0 +pathspec==1.0.4 # via black pep517==0.12.0 # via pip-tools @@ -113,6 +113,8 @@ python-dateutil==2.8.2 # via # matplotlib # pandas +pytokens==0.4.1 + # via black pytz==2022.1 # via pandas requests==2.32.4