From 301b06ba34bcdeacedda853dc240811f0c2ba290 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 21:22:58 +0000 Subject: [PATCH] chore(deps): update pypdf requirement from <7,>=6.10.2 to >=6.11.0,<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/6.10.2...6.11.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.11.0 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 03b4fd5..2e55e77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.12,<3.14" dependencies = [ "pydantic>=2.11,<3", - "pypdf>=6.10.2,<7", + "pypdf>=6.11.0,<7", "pyyaml>=6.0.3,<7", "typer>=0.21.2,<0.22", "python-docx>=1.1,<2",