From cce91dc47ff94391176693a731f042bbab2cda29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 21:02:06 +0000 Subject: [PATCH] Bump pypdf from 6.13.3 to 6.14.2 in /backend Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.13.3 to 6.14.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/6.13.3...6.14.2) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.14.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 1a34ce1..5fb6349 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -15,7 +15,7 @@ cloudinary==1.44.0 django-cloudinary-storage==0.3.0 # Document processing -pypdf==6.13.3 +pypdf==6.14.2 python-docx==1.1.2 python-pptx==1.0.2 XlsxWriter>=3.2.0