From 09afc910c6f5f735f73adc13f3d79fc8ebc1b13a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 02:58:49 +0000 Subject: [PATCH] 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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index fd522a4..6fddc2d 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,7 +2,7 @@ fastapi==0.135.2 uvicorn[standard]==0.42.0 psycopg2-binary==2.9.11 python-dateutil==2.9.0.post0 -pandas==2.3.3 +pandas==3.0.1 pyarrow==16.1.0 duckdb==0.10.3 boto3==1.42.79