From 8b5ae16d40ab8f1ed089f9cb66d18ec2c890846a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 22:23:31 +0000 Subject: [PATCH] Bump pypdf from 3.12.0 to 3.17.0 in /microservices/llm_service Bumps [pypdf](https://github.com/py-pdf/pypdf) from 3.12.0 to 3.17.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...3.17.0) --- updated-dependencies: - dependency-name: pypdf 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..e5e3ca905 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==3.17.0 numpy==1.25.0