From d4298d6a660d4b386465b33efa31975d538f5cb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 16:37:28 +0000 Subject: [PATCH] Bump black from 26.1.0 to 26.3.1 Bumps [black](https://github.com/psf/black) from 26.1.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/26.1.0...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 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..ec12c54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ dev = [ "pytest-subtests", "pytest-asyncio", "tiktoken", - "black==26.1.0", + "black==26.3.1", "ruff==0.8.3", "mypy", "types-PyYAML", diff --git a/requirements-dev.txt b/requirements-dev.txt index 8b44792..f932d7d 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.1 ruff==0.5.6 mypy==1.10.0 types-PyYAML==6.0.12.20240311