From eab714f8d7718d6582a0448346fb92d99bfae2fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 08:27:12 +0000 Subject: [PATCH] Update pypdf requirement from ~=4.0 to >=4,<7 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/4.0.0...6.12.1) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.12.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7d4a570..79eefa9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "pydantic~=2.10", "rich~=13.9", "pyyaml~=6.0", - "pypdf~=4.0", + "pypdf>=4,<7", "prompt-toolkit~=3.0", ]