From f0b691e5b8a88cdf9676da1c57834b56097dc61e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 19:39:17 +0000 Subject: [PATCH] Bump black from 23.10.1 to 26.3.1 Bumps [black](https://github.com/psf/black) from 23.10.1 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/23.10.1...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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4da462e..e62e9b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ numpy>=2.3.1 pytest==8.4.1 httpx==0.25.1 pytest-asyncio==0.21.1 -black==23.10.1 +black==26.3.1 isort==5.12.0 flake8==6.1.0 greenlet==3.1.1