Skip to content

Commit 07f7d06

Browse files
build(deps-dev): update snakemake requirement from ^8.18.0 to ^9.0.1 (#66)
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@v8.18.0...v9.0.1) --- updated-dependencies: - dependency-name: snakemake dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 047f1a5 commit 07f7d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ flake8 = "^7.1.1"
2121
flake8-bugbear = "^24.8.19"
2222
pytest = "^8.3"
2323
snakemake-storage-plugin-http = {git="https://github.com/snakemake/snakemake-storage-plugin-http.git"}
24-
snakemake = "^8.18.0"
24+
snakemake = "^9.0.1"
2525

2626
[build-system]
2727
requires = ["poetry-core"]

0 commit comments

Comments
 (0)