From a9580994fe161205549a3bd857834f3e569dd286 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 04:33:49 +0000 Subject: [PATCH] chore(deps): bump pypdf from 6.13.0 to 6.13.2 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.13.0 to 6.13.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.0...6.13.2) --- 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..64b7123 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.2 qtawesome==1.4.2 pillow==12.2.0 pymupdf==1.27.2.3 diff --git a/requirements.txt b/requirements.txt index bd2f8a4..a23a04a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ PySide6>=6.11.1 -pypdf>=6.13.0 +pypdf>=6.13.2 cryptography>=48.0.0 qtawesome>=1.4.1 pillow>=12.1.1