From 89b59075c1ac07ef4f5e86a6e8293e37f94f16ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Apr 2025 06:37:34 +0000 Subject: [PATCH] chore(deps): update dependency pybedtools to v0.12.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2e9f4329..230974d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "matplotlib==3.8.1", "memory-efficient-attention-pytorch==0.1.6", "pandas==2.1.3", - "pybedtools==0.9.1", + "pybedtools==0.12.0", "seaborn==0.13.0", "sourmash==4.8.4", "torch==2.3.1",