Skip to content

Commit 58d471d

Browse files
authored
fix: updated poetry (#343)
updates to the interface plugin versions <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - Chores - Updated underlying workflow-related dependencies to current compatible versions. - No functional changes to commands, configuration, or outputs. - Installations may fetch newer compatible packages; no action required for typical users. - Improves overall compatibility and maintenance without affecting user workflows. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent a4cbe36 commit 58d471d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ 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.1.1"
18+
snakemake-interface-common = "^1.21.0"
19+
snakemake-interface-executor-plugins = "^9.3.9"
2020
snakemake-executor-plugin-slurm-jobstep = "^0.3.0"
2121
pandas = "^2.2.3"
2222
numpy = ">=1.26.4, <3"

0 commit comments

Comments
 (0)