From b976a0cfbb7f90c86c8d2b4bd6294ab62e152ab6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 17:01:02 +0000 Subject: [PATCH] chore(deps-dev): update flake8-bugbear requirement Updates the requirements on [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) to permit the latest version. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/22.1.11...25.11.29) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-version: 25.11.29 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..5727dec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ snakemake-interface-storage-plugins = "^4.1.0" black = "^24.1.1" coverage = {extras = ["toml"], version = "^7.3.2"} flake8 = "^7.0.0" -flake8-bugbear = "^22.1.11" +flake8-bugbear = "^25.11.29" pytest = "^7.0" snakemake = "^9.1.0"