From beccf7aaa705be730435b5feaf4823aaf61da352 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 08:07:36 +0000 Subject: [PATCH] chore(deps): update pypdf2 requirement in /utils Updates the requirements on [pypdf2](https://github.com/py-pdf/PyPDF2) to permit the latest version. - [Release notes](https://github.com/py-pdf/PyPDF2/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/py-pdf/PyPDF2/commits) --- updated-dependencies: - dependency-name: pypdf2 dependency-version: 3.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- utils/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/requirements.txt b/utils/requirements.txt index e2cfebd669..33d31d2575 100644 --- a/utils/requirements.txt +++ b/utils/requirements.txt @@ -1,7 +1,7 @@ Flask-Cors>=3.0.10 openai>=0.27.2 pinecone-client>=2.0.13 -PyPDF2>=2.10.4 +PyPDF2>=3.0.1 numpy>=1.23.2 scikit-learn>=1.1.2 docx2txt>=0.8