From 3f8a4e7cb0b5d6523b8d30874faff5db31a59dcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 08:53:41 +0000 Subject: [PATCH] build(deps): bump pypdf from 6.14.2 to 6.15.0 in /backend Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.14.2 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.14.2...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 4ce0e18..00fa55c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -5,6 +5,6 @@ requests==2.34.2 openpyxl==3.1.5 python-multipart==0.0.32 pydantic==2.11.7 -pypdf==6.14.2 +pypdf==6.15.0 python-docx==1.2.0 pillow==12.3.0