From 0a034df79a8d6b85b7865b77291be1ff6e969e89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 04:45:15 +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 | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4904b422a90..081e15af339 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ autograd==1.6.2 autokeras==1.0.20 awscli==1.29.85 beautifulsoup4==4.12.3 -black==24.3.0 +black==26.3.1 blis==0.7.11 boto3==1.28.85 botocore==1.31.85 diff --git a/setup.cfg b/setup.cfg index 8416581de21..1e2174fba51 100644 --- a/setup.cfg +++ b/setup.cfg @@ -291,7 +291,7 @@ dev = pre-commit~=2.20.0 # Errors produced by type checkers and linters are very version-specific # so they are pinned to an exact version. - black==24.3.0 + black==26.3.1 mypy==1.5.1 flake8==5.0.4