From 96ddd05358264f2097f14c0a153978396b0465db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 20:34:33 +0000 Subject: [PATCH] chore(deps-dev): update pypdf requirement from >=6.12.1 to >=6.12.2 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.12.1...6.12.2) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.12.2 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 5ffa0bc..96d5a01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dev = [ "pytest>=8.0", "pytest-asyncio>=0.24", "pytest-benchmark>=4.0", - "pypdf>=6.12.1", + "pypdf>=6.12.2", "pdfplumber>=0.10", "mypy>=1.8", "ruff>=0.3",