From a812236daea4971e31962e6dab4119fefff28c2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 13:28:57 +0000 Subject: [PATCH] chore(deps-dev): update black requirement from ^23.7.0 to >=23.7,<27.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.7.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 4d3b615..5fbc2fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ snakemake-interface-common = "^1.13.0" [tool.poetry.group.dev.dependencies] snakemake = "^8.20.1" -black = "^23.7.0" +black = ">=23.7,<27.0" flake8 = ">=6.1,<8.0" coverage = "^7.3.0" pytest = ">=7.4.1,<9.0.0"