From b64e99e7bb7c9513871b6454613c0777ea973633 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 17:36:07 +0000 Subject: [PATCH] chore(deps): bump pypdf from 6.13.0 to 6.13.3 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.13.0 to 6.13.3. - [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.0...6.13.3) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.13.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 810a136..22d6997 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.0 +pypdf==6.13.3 qtawesome==1.4.2 pillow==12.2.0 pymupdf==1.27.2.3 diff --git a/requirements.txt b/requirements.txt index a6913d8..3b60c29 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ PySide6>=6.11.1 -pypdf>=6.13.0 +pypdf>=6.13.3 # GHSA-537c-gmf6-5ccf: signature verification bypass in legacy OpenSSL # providers fixed in 48.0.1. cryptography>=48.0.1