From e11785199a5bc384a60e79f5ba788a2046a8fcb5 Mon Sep 17 00:00:00 2001 From: Akhil Narang Date: Fri, 24 Oct 2025 13:20:04 +0530 Subject: [PATCH] build(deps): bump pypdf (#34485) Resolves GHSA-vr63-x8vc-m265 and GHSA-jfx9-29x2-rv3j --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7ea327290f..62af31e0de 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~=6.0.0", + "pypdf~=6.1.3", "PyPika @ git+https://github.com/frappe/pypika@093984977ce157d35e048c51d9ff55a1f0f44570", "mysqlclient==2.2.7", "PyQRCode~=1.2.1",