From 4fdacad9823649b076aae14566f2487fa0100ec1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 01:08:52 +0000 Subject: [PATCH] chore(deps): bump pypdf from 6.14.2 to 6.16.1 in /backend Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.14.2 to 6.16.1. - [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.16.1) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.16.1 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 07c3598..8295d00 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -14,7 +14,7 @@ faster-whisper==1.2.1 # Media, PDF, and export Pillow==12.3.0 -pypdf==6.14.2 +pypdf==6.16.1 xmind==1.2.0 yt-dlp==2026.7.4