From f163e83e65afafffeb99314f1a1e2d6ede970720 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 00:34:36 +0000 Subject: [PATCH] Bump pypdf from 4.0.1 to 6.6.2 in /ml-services Bumps [pypdf](https://github.com/py-pdf/pypdf) from 4.0.1 to 6.6.2. - [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.6.2) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.6.2 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..04d8c76 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.6.2 # Excel Support openpyxl==3.1.2