From 418d458597f5459956d1e2775266a69da00c1053 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 10:40:44 +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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8f4d43c1..61aeaac6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ langchain-community = "0.0.29" langchain-experimental = "0.0.55" backoff = "2.2.1" toml = "*" -pypdf = "4.3.0" +pypdf = "4.3.1" ratelimit = "2.2.1" loguru = "0.7.2" pydantic = "2.8.2"