From 18727c2e87ee56bd76a86e05702f9644460048c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 00:27:25 +0000 Subject: [PATCH] Bump pypdf from 4.0.1 to 6.8.0 in /ml-services Bumps [pypdf](https://github.com/py-pdf/pypdf) from 4.0.1 to 6.8.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.0.1...6.8.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.8.0 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..632ddf4 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.8.0 # Excel Support openpyxl==3.1.2