From 668e0ab04e677e77e0ee85adc0fc359110d75a1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 16:37:48 +0000 Subject: [PATCH] Bump black from 26.1.0 to 26.3.0 Bumps [black](https://github.com/psf/black) from 26.1.0 to 26.3.0. - [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/26.1.0...26.3.0) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 536b319..3be575e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ dev = [ "pytest-subtests", "pytest-asyncio", "tiktoken", - "black==26.1.0", + "black==26.3.0", "ruff==0.8.3", "mypy", "types-PyYAML", diff --git a/requirements-dev.txt b/requirements-dev.txt index 8b44792..e3ad0eb 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,7 +5,7 @@ pytest-asyncio==0.25.3 tiktoken==0.12.0 fastmcp<3 build -black==26.1.0 +black==26.3.0 ruff==0.5.6 mypy==1.10.0 types-PyYAML==6.0.12.20240311