Skip to content

Commit

Permalink
chore(deps): update snakemake requirement
Browse files Browse the repository at this point in the history
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](snakemake/snakemake@v7.32.0...v8.25.5)

---
updated-dependencies:
- dependency-name: snakemake
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 4a6c2ec commit 0a02d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [
# Helpful for CLIs
"termcolor >=1.1.0,<3",
# Snakemake is used for providing the actual wrapper calling functionality
"snakemake >=7.32.0,<8",
"snakemake >=7.32.0,<9",
# Required for plotting
"matplotlib >=3.8.4",
# Library for working with VCF files.
Expand Down

0 comments on commit 0a02d26

Please sign in to comment.