From 296f2ea44ead453034296af0b4f2a2a975628819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 17:00:47 +0000 Subject: [PATCH] chore(deps-dev): update black requirement from ^24.1.1 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.1.1...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 6b5b28f..7e376de 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.3.1" coverage = {extras = ["toml"], version = "^7.3.2"} flake8 = "^7.0.0" flake8-bugbear = "^22.1.11"