From dcc1c41a0127b16809068b7bf2edec7cbf1258a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 21:10:50 +0000 Subject: [PATCH] Bump black from 26.1.0 to 26.3.1 in /docs Bumps [black](https://github.com/psf/black) from 26.1.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/26.1.0...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 6140f6d5..eb0dc51b 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,6 +1,6 @@ altgraph==0.17.2 ; python_version >= "3.10" and python_version < "3.15" astroid==4.0.3 ; python_version >= "3.10" and python_version < "3.15" -black==26.1.0 ; python_version >= "3.10" and python_version < "3.15" +black==26.3.1 ; python_version >= "3.10" and python_version < "3.15" cached-property==1.5.2 ; python_version >= "3.10" and python_version < "3.15" certifi==2024.7.4 ; python_version >= "3.10" and python_version < "3.15" charset-normalizer==2.1.1 ; python_version >= "3.10" and python_version < "3.15"