From 6d181a7431518272c5c605e738a88e4c36155de5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 04:44:26 +0000 Subject: [PATCH] chore(deps): bump pypdf from 6.10.2 to 6.11.0 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.10.2 to 6.11.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.10.2...6.11.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.11.0 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 f6649f9..604c2d5 100644 --- a/flatpak/requirements-pinned.txt +++ b/flatpak/requirements-pinned.txt @@ -1,6 +1,6 @@ PySide6==6.11.0 shiboken6==6.11.0 -pypdf==6.10.2 +pypdf==6.11.0 qtawesome==1.4.2 pillow==12.2.0 pymupdf==1.27.2.3 diff --git a/requirements.txt b/requirements.txt index cf1e9e5..968d728 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ PySide6>=6.10.2 -pypdf>=6.10.2 +pypdf>=6.11.0 cryptography>=48.0.0 qtawesome>=1.4.1 pillow>=12.1.1