From cc0b009d461344206cddde513551fb610aec4308 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 22:54:24 +0000 Subject: [PATCH] Bump pypdf from 5.1.0 to 6.4.0 in /chatbot Bumps [pypdf](https://github.com/py-pdf/pypdf) from 5.1.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/5.1.0...6.4.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- chatbot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatbot/requirements.txt b/chatbot/requirements.txt index 6d1986a..e247cb5 100644 --- a/chatbot/requirements.txt +++ b/chatbot/requirements.txt @@ -5,7 +5,7 @@ markdown==3.6 get-code-from-markdown==1.0.0 defusedxml==0.7.1 requests==2.32.3 -pypdf==5.1.0 +pypdf==6.4.0 langchain==0.3.7 langchain-community==0.3.3 unstructured==0.16.8