From 47d69587bb67b06b7927596ef9858886cc1e3b96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 05:08:37 +0000 Subject: [PATCH] Bump pypdf from 4.1.0 to 4.2.0 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 4.1.0 to 4.2.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/4.1.0...4.2.0) --- 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 b8682e05e..4ba16768e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ langchain-community = "0.0.29" langchain-experimental = "0.0.55" backoff = "2.2.1" toml = "*" -pypdf = "4.1.0" +pypdf = "4.2.0" ratelimit = "2.2.1" loguru = "0.7.2" pydantic = "2.7.1"