From 2b5fa408981391b6e2a4b90d053162193d68343d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 20:40:18 +0000 Subject: [PATCH] Bump black from 24.4.2 to 26.3.1 in /RedHit Bumps [black](https://github.com/psf/black) from 24.4.2 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.4.2...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- RedHit/pyproject.toml | 2 +- RedHit/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RedHit/pyproject.toml b/RedHit/pyproject.toml index 61ef33e2..31705244 100644 --- a/RedHit/pyproject.toml +++ b/RedHit/pyproject.toml @@ -101,7 +101,7 @@ tests = [ "pytest_httpserver>=1.1.0" ] lint = [ - "black==24.4.2", + "black==26.3.1", "pylint>=3.1.0", ] calibration = [ diff --git a/RedHit/requirements.txt b/RedHit/requirements.txt index e91cf024..dc703182 100644 --- a/RedHit/requirements.txt +++ b/RedHit/requirements.txt @@ -44,7 +44,7 @@ respx>=0.21.1 pytest-cov>=5.0.0 pytest_httpserver>=1.1.0 # lint -black==24.4.2 +black==26.3.1 pylint>=3.1.0 # calibration scipy>=1.14.0