From 2c1a05b6019f66f708cb5116c9800485d7f1d892 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 22:53:03 +0000 Subject: [PATCH] Bump pypdf from 5.0.0 to 6.4.0 in /backend Bumps [pypdf](https://github.com/py-pdf/pypdf) from 5.0.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.0.0...6.4.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.4.0 dependency-type: direct:production ... 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 af9a826..1f59a9d 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -13,4 +13,4 @@ orjson==3.10.7 anyio==4.4.0 langchain-text-splitters==0.2.2 python-multipart -pypdf==5.0.0 \ No newline at end of file +pypdf==6.4.0 \ No newline at end of file