From 85d2eaa6c6b353bfaee1fbce853624793e84c332 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 19:50:07 +0000 Subject: [PATCH] build(deps): Update snakemake requirement from <=7.32.4 to <=8.11.1 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.11.1) --- 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..15b27d77 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.11.1 diff --git a/requirements.txt b/requirements.txt index 19edb193..a43bfe95 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.11.1 # Essential for CLI capcruncher-tools>=0.2.0