From e4bfcf8223c793e00042ff7d0e61ca4d17773127 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 02:13:21 +0000 Subject: [PATCH] Update black requirement from ~=26.3 to ~=26.5 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/26.3.0...26.5.0) --- updated-dependencies: - dependency-name: black dependency-version: 26.5.0 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 f80a670..8af5716 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,4 +6,4 @@ requests~=2.32.5 iniconfig~=2.3.0 pluggy~=1.6.0 pytest~=9.0.3 -black~=26.3 \ No newline at end of file +black~=26.5 \ No newline at end of file