From ad66d82ae30a32395253a45ba0849d062b2df3fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 16:57:00 +0000 Subject: [PATCH] Update black requirement from <27.0.0,>=23.12.1 to >=26.3.1,<27.0.0 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/23.12.1...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b5cb8df..c645260 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,6 +2,6 @@ pytest>=7.4.3,<10.0.0 pytest-asyncio>=0.21.1,<2.0.0 pytest-cov>=4.1.0,<8.0.0 httpx>=0.24.1,<1.0.0 -black>=23.12.1,<27.0.0 +black>=26.3.1,<27.0.0 flake8>=7.0.0,<8.0.0 mypy>=1.8.0,<2.0.0