From 9cffc66b8036f346ee2735718da32f1a35a13319 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 04:33:38 +0000 Subject: [PATCH] chore(deps): bump pypdf from 6.13.3 to 6.14.2 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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- flatpak/requirements-pinned.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flatpak/requirements-pinned.txt b/flatpak/requirements-pinned.txt index 22d6997..a6d90d6 100644 --- a/flatpak/requirements-pinned.txt +++ b/flatpak/requirements-pinned.txt @@ -1,6 +1,6 @@ PySide6==6.11.1 shiboken6==6.11.1 -pypdf==6.13.3 +pypdf==6.14.2 qtawesome==1.4.2 pillow==12.2.0 pymupdf==1.27.2.3 diff --git a/requirements.txt b/requirements.txt index f64535f..5a969e2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ PySide6>=6.11.1 -pypdf>=6.13.3 +pypdf>=6.14.2 # GHSA-537c-gmf6-5ccf: signature verification bypass in legacy OpenSSL # providers fixed in 48.0.1. cryptography>=49.0.0