From d68b8d3dfacfefe11b4e47f4f7ea82526222326e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 22:48:04 +0000 Subject: [PATCH] Bump pypdf from 4.0.1 to 6.4.0 in /agora/cerebral_api/src Bumps [pypdf](https://github.com/py-pdf/pypdf) from 4.0.1 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/4.0.1...6.4.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- agora/cerebral_api/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agora/cerebral_api/src/requirements.txt b/agora/cerebral_api/src/requirements.txt index 87247a0f..2a056796 100644 --- a/agora/cerebral_api/src/requirements.txt +++ b/agora/cerebral_api/src/requirements.txt @@ -33,7 +33,7 @@ langchain langchain-openai==0.2.6 python-magic==0.4.27 -pypdf==4.0.1 +pypdf==6.4.0 # Machine Learning and AI Processing tensorflow-text==2.14.0