From bd5601878e168e1b722b22e2dc54cc174a0796a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 18:31:25 +0000 Subject: [PATCH] Bump black from 23.11.0 to 26.3.1 in /scheduler-platform Bumps [black](https://github.com/psf/black) from 23.11.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/23.11.0...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scheduler-platform/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scheduler-platform/requirements.txt b/scheduler-platform/requirements.txt index 11b0b42..0f13782 100644 --- a/scheduler-platform/requirements.txt +++ b/scheduler-platform/requirements.txt @@ -45,7 +45,7 @@ pytest-cov==4.1.0 httpx==0.25.2 # Development -black==23.11.0 +black==26.3.1 flake8==6.1.0 mypy==1.7.1