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