From 1bf4470205411f1023ba4e57419966095cf68bde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 10:49:54 +0000 Subject: [PATCH] Bump pypdf from 4.1.0 to 4.3.1 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 4.1.0 to 4.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/4.1.0...4.3.1) --- updated-dependencies: - dependency-name: pypdf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e42c5372..cd722857 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ langchain-community==0.0.29 langchain-experimental==0.0.55 backoff==2.2.1 toml -pypdf==4.1.0 +pypdf==4.3.1 ratelimit==2.2.1 loguru==0.7.2 pydantic==2.8.2