From 23f58f318f58680733fc926ea6c04e0404a65629 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 20:00:09 +0000 Subject: [PATCH] Bump pypdf from 5.0.0 to 6.6.0 in /backend Bumps [pypdf](https://github.com/py-pdf/pypdf) from 5.0.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.0.0...6.6.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.6.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..55caa90 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.6.0 \ No newline at end of file