From 0179f46d9c8b4125f48c990f35422b9bfe8422ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 00:15:18 +0000 Subject: [PATCH] Update pandas requirement from ~=2.3.0 to ~=2.3.3 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.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 2.3.3 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..ddc84bb 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.3 pdf2image~=1.17.0 pydantic~=2.11.7 pytesseract~=0.3.13