From 14e084d336a23497d78b023fa7975050edf4d5ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 13:29:10 +0000 Subject: [PATCH] chore(deps-dev): update snakemake requirement Updates the requirements on [snakemake](https://github.com/snakemake/snakemake) to permit the latest version. - [Release notes](https://github.com/snakemake/snakemake/releases) - [Changelog](https://github.com/snakemake/snakemake/blob/main/CHANGELOG.md) - [Commits](https://github.com/snakemake/snakemake/compare/v8.20.1...v9.19.0) --- updated-dependencies: - dependency-name: snakemake dependency-version: 9.19.0 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..e8e2b59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ snakemake-interface-executor-plugins = "^9.0.0" snakemake-interface-common = "^1.13.0" [tool.poetry.group.dev.dependencies] -snakemake = "^8.20.1" +snakemake = ">=8.20.1,<10.0.0" black = "^23.7.0" flake8 = ">=6.1,<8.0" coverage = "^7.3.0"