From 1a72e14c2b9b971c56f57f0f93d184fe9843f84a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 04:11:04 +0000 Subject: [PATCH] Bump pypdf from 6.12.2 to 6.13.2 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.12.2 to 6.13.2. - [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.2...6.13.2) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.13.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e7b8df6..2114627 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "opencv-python-headless == 4.13.0.92", "photutils == 2.3.0", "pyerfa == 2.0.1.5", - "pypdf == 6.12.2", + "pypdf == 6.13.2", "pysiaf == 0.26.0", "pytest == 9.0.3", "reproject == 0.19.0",