From dcdbe819845f96710dbc3e5a97f6b011bc971aed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 18:54:59 +0000 Subject: [PATCH] Bump pypdf from 4.1.0 to 4.3.0 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 4.1.0 to 4.3.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.3.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 836c7907..ae6c48be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ langchain-community = "0.0.29" langchain-experimental = "0.0.55" backoff = "2.2.1" toml = "*" -pypdf = "4.1.0" +pypdf = "4.3.0" ratelimit = "2.2.1" loguru = "0.7.2" pydantic = "2.8.2"