From 7a142ee0240adb017a7fcb115429f8d7c1ec0f14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 01:42:48 +0000 Subject: [PATCH] Update black requirement from >=18.9b0 to >=25.11.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/18.9b0...25.11.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.11.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements_dev.txt b/requirements/requirements_dev.txt index 181764d..ce4fcdc 100644 --- a/requirements/requirements_dev.txt +++ b/requirements/requirements_dev.txt @@ -1,7 +1,7 @@ pip>=19.0.3 wheel>=0.33.0 twine>=1.13.0 -black>=18.9b0 +black>=25.11.0 pytest>=4.3.0 pytest-cov>=2.6.1 coveralls>=1.6.0