From 5a55db075256804333a35a617f7e19a44f4933e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 01:54:25 +0000 Subject: [PATCH] chore(deps-dev): update black requirement from ^24.1.1 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/24.1.1...26.5.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.5.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 6b5b28f..05c59f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ snakemake-interface-common = "^1.14.0" snakemake-interface-storage-plugins = "^4.1.0" [tool.poetry.dev-dependencies] -black = "^24.1.1" +black = "^26.5.1" coverage = {extras = ["toml"], version = "^7.3.2"} flake8 = "^7.0.0" flake8-bugbear = "^22.1.11"