From 9e755232aa3d52e31e5ee71f6890f98cbcdc0cd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 20:28:21 +0000 Subject: [PATCH] Bump black from 24.3.0 to 26.3.1 in /pipelines Bumps [black](https://github.com/psf/black) from 24.3.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.3.0...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pipelines/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/Pipfile b/pipelines/Pipfile index f361a30..a1073e6 100644 --- a/pipelines/Pipfile +++ b/pipelines/Pipfile @@ -4,7 +4,7 @@ url = "https://pypi.org/simple" verify_ssl = true [dev-packages] -black = "==24.3.0" +black = "==26.3.1" isort = "*" autoflake = "*" pylint = "*"