From 65158834d5b31265171fb0135cfa349c57c2c73e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 07:07:35 +0000 Subject: [PATCH] Bump pandas from 2.2.2 to 3.0.3 Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.2.2 to 3.0.3. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.2...v3.0.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.3 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 4e35dd3..efe3cd1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ Flask==3.1.3 Flask-SQLAlchemy==3.1.1 Flask-WTF==1.2.1 WTForms==3.2.2 -pandas==2.2.2 +pandas==3.0.3 openpyxl==3.1.5 xlrd==2.0.2 python-dotenv==1.2.2