From 7d23945fe97986261ba15dde836e499547117018 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 12:23:50 +0000 Subject: [PATCH] Bump pypdf from 6.13.3 to 6.15.0 in /backend Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.13.3 to 6.15.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/6.13.3...6.15.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.15.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 1a34ce1..0fcc15f 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.15.0 python-docx==1.1.2 python-pptx==1.0.2 XlsxWriter>=3.2.0