From 8cf29e9ef59cf2260472d8e2015d3c57a324de12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 23:55:00 +0000 Subject: [PATCH] Bump pypdf from 5.0.0 to 6.6.2 in /backend Bumps [pypdf](https://github.com/py-pdf/pypdf) from 5.0.0 to 6.6.2. - [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.2) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.6.2 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..f4aaa7b 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.2 \ No newline at end of file