From 577a43ac6adef9871cba2ba50508a22ea4e1221b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 18:59:02 +0000 Subject: [PATCH] Bump pypdf from 4.0.1 to 6.7.1 in /ml-services Bumps [pypdf](https://github.com/py-pdf/pypdf) from 4.0.1 to 6.7.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.7.1) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.7.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..673c6b2 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.1 # Excel Support openpyxl==3.1.2