From 7535c26a1fdae2d3eb2254c33713acfe7732ce92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 04:10:13 +0000 Subject: [PATCH] Bump pypdf from 6.12.2 to 6.14.0 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.12.2 to 6.14.0. - [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.14.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.14.0 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..dd2ff85 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.14.0", "pysiaf == 0.26.0", "pytest == 9.0.3", "reproject == 0.19.0",