Skip to content

Commit

Permalink
fix: update interface dependency (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Mar 12, 2024
1 parent 0242544 commit a5fd97e
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 @@ -12,7 +12,7 @@ keywords = ["snakemake", "plugin", "executor", "cluster"]
[tool.poetry.dependencies]
python = "^3.11"
snakemake-interface-common = "^1.14.0"
snakemake-interface-executor-plugins = "^8.1.0"
snakemake-interface-executor-plugins = "^9.0.0"

[tool.poetry.group.dev.dependencies]
black = "^23.7.0"
Expand Down

0 comments on commit a5fd97e

Please sign in to comment.