From e33cab328eda8c6b65d53176ffaea68713f02d53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 12:51:49 +0000 Subject: [PATCH] chore(deps): update dependency pandas to v2.1.1 (#214) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5012c428..91587f31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -179,7 +179,7 @@ dependencies = [ "gtfparse==1.3.0", "matplotlib==3.8.0", "memory-efficient-attention-pytorch==0.1.6", - "pandas==2.1.0", + "pandas==2.1.1", "pybedtools==0.9.1", "seaborn==0.12.2", "sourmash==4.8.4",