From 2fddd110242a6addd9c3e83278863e8e7fea357c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 20:44:04 +0000 Subject: [PATCH] Bump black Bumps [black](https://github.com/psf/black) from 24.8.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.8.0...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../SimpleHybridManager/linter-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/resources/hybrid_plugin_system/SimpleHybridManager/linter-requirements.txt b/examples/resources/hybrid_plugin_system/SimpleHybridManager/linter-requirements.txt index 84c2cf6..64a892d 100644 --- a/examples/resources/hybrid_plugin_system/SimpleHybridManager/linter-requirements.txt +++ b/examples/resources/hybrid_plugin_system/SimpleHybridManager/linter-requirements.txt @@ -1,5 +1,5 @@ # Python auto-formatter. -black==24.8.0 +black==26.3.1 # Python linter. pylint==3.2.7 # pflake8 - flake8 PEP8 linter with settings from pyproject.toml.