From 9a50f15e2f4dc39d1a875fdb853c353cc61b545d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 00:58:27 +0000 Subject: [PATCH] Update pandas requirement from ~=2.3.0 to ~=2.3.2 Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.3.0...v2.3.2) --- updated-dependencies: - dependency-name: pandas dependency-version: 2.3.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ab80c89..5bcfc5c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ numpy openai~=1.93.0 opencv-python~=4.11.0.86 openpyxl~=3.1.5 -pandas~=2.3.0 +pandas~=2.3.2 pdf2image~=1.17.0 pydantic~=2.11.7 pytesseract~=0.3.13