From 4366b1898072b1555bed7ff8c0fde4ac17ea6956 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 17:28:37 +0000 Subject: [PATCH] Update black requirement from >=23.1.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/23.1.0...26.5.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.5.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a1065c9..92e544c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -103,7 +103,7 @@ traitlets>=5.9.0 # Development Tools pytest>=7.0.0 pytest-asyncio>=0.21.0 -black>=23.1.0 +black>=26.5.1 isort>=5.12.0 mypy>=1.3.0 loguru>=0.6.0