From 15a8c3ad0dd0976b437d268f588d9f5b105a55ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 22:43:24 +0000 Subject: [PATCH] Bump pypdf from 3.12.0 to 6.4.0 in /microservices/llm_service Bumps [pypdf](https://github.com/py-pdf/pypdf) from 3.12.0 to 6.4.0. - [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/3.12.0...6.4.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- microservices/llm_service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microservices/llm_service/requirements.txt b/microservices/llm_service/requirements.txt index 3457ad2ea..fbe07a1c8 100644 --- a/microservices/llm_service/requirements.txt +++ b/microservices/llm_service/requirements.txt @@ -11,5 +11,5 @@ invoke==2.0.0 packaging==21.3 shapely==1.8.5.post1 cohere==4.1.4 -pypdf==3.12.0 +pypdf==6.4.0 numpy==1.25.0