From e0f9e8d6c26bef97304a6475d95ac80ac045c8c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 14:11:01 +0000 Subject: [PATCH] Bump snakemake from 7.24.2 to 7.25.0 (#274) * Bump snakemake from 7.24.2 to 7.25.0 Bumps [snakemake](https://github.com/snakemake/snakemake) from 7.24.2 to 7.25.0. - [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/v7.24.2...v7.25.0) --- updated-dependencies: - dependency-name: snakemake dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * update conda --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: C. Titus Brown --- environment.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 1211d11..824abeb 100644 --- a/environment.yml +++ b/environment.yml @@ -5,7 +5,7 @@ channels: - defaults dependencies: - mamba - - snakemake-minimal==7.24.2 + - snakemake-minimal==7.25.0 - click>=7,<9 - lxml==4.9.2 - pandas>1,<2 diff --git a/setup.py b/setup.py index 1238474..222879e 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ ], tests_require=["pytest", "pytest-dependency==0.5.1"], use_scm_version={"write_to": "genome_grist/version.py"}, - install_requires=["snakemake==7.24.2", "click>=7,<9", "lxml==4.9.2", + install_requires=["snakemake==7.25.0", "click>=7,<9", "lxml==4.9.2", "pandas>1,<2"], long_description=long_description, long_description_content_type="text/markdown",