From a67fa0358478ccc7c34f9003a1f74aa39cbb29a6 Mon Sep 17 00:00:00 2001 From: Sank Date: Fri, 13 Mar 2026 11:34:28 +0300 Subject: [PATCH] fix CVE-2026-28804 CVE-2026-31826 (#13592) What problem does this PR solve? fix CVE-2026-28804 CVE-2026-31826 Bug Fix (non-breaking change which fixes an issue) - [x] Bug Fix (non-breaking change which fixes an issue) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ed4215043..d762e8c53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ dependencies = [ "pyobvector==0.2.22", "pyodbc>=5.2.0,<6.0.0", "pypandoc>=1.16", - "pypdf>=6.7.5", + "pypdf>=6.8.0", "python-calamine>=0.4.0", "python-docx>=1.1.2,<2.0.0", "python-pptx>=1.0.2,<2.0.0",