From 5bb290bb3b8c4d72edefa7f6a01be04865ee5dda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 08:50:27 +0200 Subject: [PATCH] build(deps): bump pandas from 2.2.1 to 2.2.2 (#422) 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 db6fe6712..50f5632af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ tests = [ "pytest==8.1.1", "pytest-cov==5.0.0", "joblib==1.4.0", - "pandas==2.2.1", + "pandas==2.2.2", "openpyxl==3.1.2", "scikit-learn==1.4.1.post1", "pytest-xdist==3.5.0",