From a4c99b83d43c32b2bea35dc2b4717e8db967ff21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 00:44:53 +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 cb1fcb0c..f18f74f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ matplotlib==3.9.2 mlflow==2.16.1 openai==1.45.0 plotly==5.24.1 -pypdf==4.3.1 +pypdf==5.1.0 pytesseract==0.3.13 python-dotenv==1.0.1 PyMuPDF==1.24.10