From 637f0c6fb2a63c4d2c28d9514be412b9eca7d149 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 02:52:06 +0000 Subject: [PATCH] chore(deps): bump pypdf from 4.2.0 to 4.3.1 in /backend Bumps [pypdf](https://github.com/py-pdf/pypdf) from 4.2.0 to 4.3.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/4.2.0...4.3.1) --- updated-dependencies: - dependency-name: pypdf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index c22712abf..b85451c1c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -41,7 +41,7 @@ langchain-chroma==0.1.2 fake-useragent==1.5.1 chromadb==0.5.4 sentence-transformers==3.0.1 -pypdf==4.2.0 +pypdf==4.3.1 docx2txt==0.8 python-pptx==0.6.23 unstructured==0.15.0