From 9541783e9991df8533b86c1dde725236b46a4e15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 16:40:51 +0000 Subject: [PATCH] build(deps-dev): bump pandas from 2.1.3 to 2.1.4 (#338) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 676ea4ab8..26dc64f54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ tests = [ "pytest==7.4.3", "pytest-cov==4.1.0", "joblib==1.3.2", - "pandas==2.1.3", + "pandas==2.1.4", "openpyxl==3.1.2", "scikit-learn==1.3.2", "pytest-xdist==3.5.0",