Skip to content

Commit 2ddafc5

Browse files
authored
chore: updateed version requirements for interfaces and snakemake (#35)
1 parent 7f03338 commit 2ddafc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ keywords = ["snakemake", "plugin", "executor", "cluster", "slurm"]
1515

1616
[tool.poetry.dependencies]
1717
python = "^3.11"
18-
snakemake-interface-common = "^1.13.0"
19-
snakemake-interface-executor-plugins = "^9.0.0"
18+
snakemake-interface-common = "^1.17.4"
19+
snakemake-interface-executor-plugins = "^9.3.2"
2020

2121
[tool.poetry.group.dev.dependencies]
2222
black = ">=23.7,<26.0"
2323
flake8 = ">=6.1,<8.0"
2424
coverage = "^7.3.1"
2525
pytest = ">=7.4.2,<9.0.0"
26-
snakemake = ">=8.20.1,<10.0.0"
26+
snakemake = "^9.1.1"
2727

2828
[tool.coverage.run]
2929
omit = [".*", "*/site-packages/*", "Snakefile"]

0 commit comments

Comments
 (0)