From 6e1670ac21d6491d84f7cadf2fe3f33c47c3da20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 21:28:12 +0000 Subject: [PATCH] Bump pypdf from 4.0.1 to 6.9.1 in /ml-services Bumps [pypdf](https://github.com/py-pdf/pypdf) from 4.0.1 to 6.9.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.0.1...6.9.1) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.9.1 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..d5969ab 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.9.1 # Excel Support openpyxl==3.1.2