From 4c41c89f7322d43a3c8fcaf10106ec37e6be2f01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 15:34:07 +0000 Subject: [PATCH] Bump pypdf from 4.0.1 to 6.7.3 in /ml-services Bumps [pypdf](https://github.com/py-pdf/pypdf) from 4.0.1 to 6.7.3. - [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.0.1...6.7.3) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.7.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ml-services/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ml-services/requirements.txt b/ml-services/requirements.txt index efe29fa..96750e0 100644 --- a/ml-services/requirements.txt +++ b/ml-services/requirements.txt @@ -30,7 +30,7 @@ pickle5==0.0.12 # PDF Generation reportlab==4.0.9 weasyprint==60.2 -pypdf==4.0.1 +pypdf==6.7.3 # Excel Support openpyxl==3.1.2