From 862f2d9b5ba9ed38742a18ad9a3b13af5c543673 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 02:24:24 +0000 Subject: [PATCH] build(deps-dev): update black requirement from ^24.3.0 to ^26.3.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.3.0...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9d3688a3d..02b0a226f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -188,7 +188,7 @@ start = "rare.main:main" [tool.poetry.dev-dependencies] Nuitka = "^2.4.8" pylint = "^3.2.7" -black = "^24.3.0" +black = "^26.3.1" PySide6-stubs = "^6.4.2.0" [tool.poetry-dynamic-versioning]