From de52ce403ad068ffcf63af9272d78687dfa8666f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 20:01:12 +0000 Subject: [PATCH] Bump pypdf from 5.1.0 to 6.6.0 in /chatbot Bumps [pypdf](https://github.com/py-pdf/pypdf) from 5.1.0 to 6.6.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.6.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.6.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..c3765b1 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.6.0 langchain==0.3.7 langchain-community==0.3.3 unstructured==0.16.8