From 030656621b8ddd8f28853647cc605bdae99d26d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 19:52:47 +0000 Subject: [PATCH] Bump pypdf from 3.12.0 to 6.0.0 in /microservices/llm_service Bumps [pypdf](https://github.com/py-pdf/pypdf) from 3.12.0 to 6.0.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.0.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.0.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..6082a613e 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.0.0 numpy==1.25.0