From 5bcf2f20b3bb67d856a903f03a5846f6de0b9a18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 19:58:52 +0000 Subject: [PATCH] Bump pypdf from 3.12.0 to 6.10.1 in /microservices/llm_service Bumps [pypdf](https://github.com/py-pdf/pypdf) from 3.12.0 to 6.10.1. - [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.10.1) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.10.1 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..6c66dc0e0 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.10.1 numpy==1.25.0