From 4d55ebcd55983d7e55a1ff7c6751ec1726ac6790 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 19:08:33 +0000 Subject: [PATCH] build(deps): Update snakemake requirement from <=7.32.4 to <=8.19.0 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/v2.4.8...v8.19.0) --- updated-dependencies: - dependency-name: snakemake dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-minimal.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-minimal.txt b/requirements-minimal.txt index 9b039ca2..3030ddb8 100644 --- a/requirements-minimal.txt +++ b/requirements-minimal.txt @@ -11,4 +11,4 @@ pyarrow pybedtools pyranges<=0.0.129 snakemake_wrapper_utils -snakemake<=7.32.4 +snakemake<=8.19.0 diff --git a/requirements.txt b/requirements.txt index 19edb193..fccdddb6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ pandas<=2.1.2 PuLP<2.8.0 pyranges<=0.0.129 snakemake_wrapper_utils -snakemake<=7.32.4 +snakemake<=8.19.0 # Essential for CLI capcruncher-tools>=0.2.0