From 1e7a421b7beaddb0aed339b3ca1bee3fa446a081 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 09:33:11 +0000 Subject: [PATCH] chore(deps)(deps): bump pandas from 2.2.3 to 3.0.1 Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.2.3 to 3.0.1. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 68036c6c0..034d4d799 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ requests==2.32.5 # Data Processing # NOTE: streamlit requires pandas<3; pandas 3.x not available on current env -pandas==2.2.3 +pandas==3.0.1 # numpy==1.25.2 # Not compatible with Python 3.12, pandas will install compatible numpy automatically # Note: Using Python 3.11 for onnxruntime compatibility