From a942df9918306524082dfd5a79a01cea72f01b87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:37:31 +0000 Subject: [PATCH] chore(deps): update dependency pandas to v3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e3bbe28..1da2098 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dev = [ "pre-commit~=4.3", "mypy~=1.19.0", "pytest~=9.0", - "pandas[excel]~=2.2", + "pandas[excel]~=3.0", ] [project.urls]