From f421af90e94a2c219cfe26fbec7e4cb896437a26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 11:03:45 +0000 Subject: [PATCH] Bump pypdf from 5.1.0 to 6.1.2 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 5.1.0 to 6.1.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/5.1.0...6.1.2) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.1.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a2d1d5c7..5919fffb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ python = ">=3.10,<4.0" setuptools = "*" asyncio = ">=3.4.3,<5.0" toml = "*" -pypdf = "5.1.0" +pypdf = "6.1.2" loguru = "*" pydantic = "*" tenacity = "*"