From 24d209d364e3f1767e35cf463fc4c8a56cee9936 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 11:08:06 +0000 Subject: [PATCH] Bump pypdf from 5.1.0 to 5.3.1 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 5.1.0 to 5.3.1. - [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...5.3.1) --- updated-dependencies: - dependency-name: pypdf 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 8d3bc542..717ed2d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ python = ">=3.10,<4.0" setuptools = "*" asyncio = ">=3.4.3,<4.0" toml = "*" -pypdf = "5.1.0" +pypdf = "5.3.1" loguru = "*" pydantic = "*" tenacity = "*"