From d995f9c1b08c24bb3dc41bfacff663ad8157584f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 08:13:08 +0000 Subject: [PATCH] Update pypdf requirement from >=5.0 to >=6.10.0 Updates the requirements on [pypdf](https://github.com/py-pdf/pypdf) to permit the latest version. - [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/5.0.0...6.10.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.10.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 64feb58..b161dba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ cli = [ docs = [ "mkdocs-material>=9", "mkdocs-static-i18n>=1.3", - "pypdf>=5.0", + "pypdf>=6.10.0", ] [project.urls]