From d76bd72f9b2d9ee534339e0a964781b4f6d8744f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 01:52:44 +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.18.0...v9.0.1) --- updated-dependencies: - dependency-name: snakemake dependency-version: 9.0.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 dcff4fa..281d4d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ black = "^23.7.0" flake8 = "^6.1.0" coverage = "^7.3.1" pytest = "^7.4.1" -snakemake = "^8.18.0" +snakemake = ">=8.18,<10.0" snakemake-storage-plugin-s3 = "^0.2.7" [tool.coverage.run]