From d33b0336260bf39b4fff38a5a2099579f58c92a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 20:49:27 +0000 Subject: [PATCH] Bump black from 25.1.0 to 26.3.1 in /docker Bumps [black](https://github.com/psf/black) from 25.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/25.1.0...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/requirements.txt b/docker/requirements.txt index 8d0fad8..e1fb228 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -2,7 +2,7 @@ requests==2.32.4 open-interpreter==0.4.3 # pyperclip is optional - only needed if clipboard support is desired pyperclip==1.9.0 -black==25.1.0 +black==26.3.1 pylint==3.3.4 pytest==8.3.4 pyment