From c8418e174e377eca2fcd6ee9b935f9fd8c3946ab Mon Sep 17 00:00:00 2001 From: Akhil Narang Date: Thu, 14 Aug 2025 15:16:03 +0530 Subject: [PATCH] chore(deps): bump pypdf (#33643) Resolves GHSA-7hfw-26vp-jp8m Signed-off-by: Akhil Narang --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fdd990e616..10eb5fa8ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ # We depend on internal attributes, # do NOT add loose requirements on PyMySQL versions. "PyMySQL==1.1.1", - "pypdf~=5.6.0", + "pypdf~=6.0.0", "PyPika @ git+https://github.com/frappe/pypika@093984977ce157d35e048c51d9ff55a1f0f44570", "mysqlclient==2.2.7", "PyQRCode~=1.2.1",