From ed9a5d975441bdeae17ff519e92fd19e3bd06756 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 18:54:45 +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 d8d06c615..7249fe809 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ langchain-community = "0.0.29" langchain-experimental = "0.0.55" backoff = "2.2.1" toml = "*" -pypdf = "4.3.1" +pypdf = "5.1.0" loguru = "0.7.2" pydantic = "2.8.2" tenacity = "8.5.0"