From cbbff66c454d9ca96719bd9a709f1f0d197ae8da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 15:23:21 +0000 Subject: [PATCH] deps(deps): bump pandas from 2.3.3 to 3.0.1 Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.3.3 to 3.0.1. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.3.3...v3.0.1) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 747f246d08..9327e31342 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "matplotlib==3.10.8", "numpy==2.4.2", "openpyxl==3.1.5", - "pandas==2.3.3", + "pandas==3.0.1", "pandera==0.29.0", "plotly==6.5.2", "pydantic==2.12.5",