From c8db0929b16e037c7aff5c70595aa7f7f1a645bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 20:16:24 +0000 Subject: [PATCH] build(deps-dev): Bump black from 24.10.0 to 26.3.1 in /python Bumps [black](https://github.com/psf/black) from 24.10.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.10.0...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 2 +- python/requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 161a921..23e54d2 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "pytest==8.3.4", - "black==24.10.0", + "black==26.3.1", "flake8==7.1.1", "isort==5.13.2", "mypy==1.14.1", diff --git a/python/requirements-dev.txt b/python/requirements-dev.txt index 28c26bb..193233f 100644 --- a/python/requirements-dev.txt +++ b/python/requirements-dev.txt @@ -6,7 +6,7 @@ # annotated-types==0.7.0 # via pydantic -black==24.10.0 +black==26.3.1 # via marketplace-reference-code (pyproject.toml) certifi==2024.12.14 # via requests