From 57b14987e4c4f3cbf6466894b2a6c0a308369a29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:19:36 +0000 Subject: [PATCH] Bump pypdf from 4.3.1 to 5.1.0 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 4.3.1 to 5.1.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.3.1...5.1.0) --- updated-dependencies: - dependency-name: pypdf dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e5375a0d..5d05e3e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ torch>=2.1.1,<3.0 transformers>=4.39.0,<5.0.0 asyncio>=3.4.3,<4.0 toml -pypdf==4.3.1 +pypdf==5.1.0 ratelimit==2.2.1 loguru pydantic==2.8.2