From 644dfd1f47b36fee2acab96de7b5ad21d5be4d5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 13:59:29 +0000 Subject: [PATCH] Bump pypdf from 4.3.1 to 5.0.1 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 4.3.1 to 5.0.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.3.1...5.0.1) --- 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..e32dc4e4 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.0.1 pytesseract==0.3.13 python-dotenv==1.0.1 PyMuPDF==1.24.10