From 487650e1b9d31fd90cccb4b3ff100f6548389f83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 01:43:55 +0000 Subject: [PATCH] deps: update pypdf requirement from >=4.0.0 to >=6.14.2 Updates the requirements on [pypdf](https://github.com/py-pdf/pypdf) to permit the latest version. - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/py-pdf/pypdf/compare/4.0.0...6.14.2) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.14.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rag-service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rag-service/requirements.txt b/rag-service/requirements.txt index 5bcdefd..b8adedc 100644 --- a/rag-service/requirements.txt +++ b/rag-service/requirements.txt @@ -15,7 +15,7 @@ requests numpy rank-bm25==0.2.2 python-multipart -pypdf>=4.0.0 +pypdf>=6.14.2 flake8>=7,<8 pdf2image pytesseract