From 07e70442add1fbb5ca6f3142a170b2ff038e3e0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 01:00:27 +0000 Subject: [PATCH] chore(deps-dev): update black requirement from >=24.0.0 to >=26.5.1 Updates the requirements on [black](https://github.com/psf/black) to permit the latest version. - [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.1a1...26.5.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.5.1 dependency-type: direct:development ... 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 e2c9f63..6144f04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ dev = [ "pytest>=8.0.0", "pytest-asyncio>=0.23.0", - "black>=24.0.0", + "black>=26.5.1", "mypy>=1.10.0", "ruff>=0.4.0", ] diff --git a/requirements-dev.txt b/requirements-dev.txt index a23e2fd..038a1ba 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ -r requirements.txt pytest>=9.0.3 pytest-asyncio>=1.4.0 -black>=24.0.0 +black>=26.5.1 mypy>=1.8.0 flake8>=7.0.0