From 5ac3f9c7c0e800d01bb9c697b75fad17ec9f3fbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 20:25:30 +0000 Subject: [PATCH] Bump pypdf from 4.3.1 to 5.1.0 Dependabot couldn't find the original pull request head commit, 2b413a8b015fae1e27813211bbc1413ae81fbe12. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bb3d5043..7b1a5fd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ torch = ">=2.1.1,<3.0" transformers = ">= 4.39.0, <5.0.0" asyncio = ">=3.4.3,<4.0" toml = "*" -pypdf = "4.3.1" +pypdf = "5.1.0" loguru = "*" pydantic = "2.8.2" tenacity = "*"