From 202286e1b05427372d466a039e3822913d63c557 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 01:17:37 +0000 Subject: [PATCH] Bump pandas from 2.2.2 to 3.0.5 Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.2.2 to 3.0.5. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.2...v3.0.5) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.5 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 3c41ca0..4e2bdd1 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.5 openpyxl==3.1.5 xlrd==2.0.2 python-dotenv==1.2.2