From 03a19423b99b5619d9cc581ab2bc0bdde1995a4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 22:47:45 +0000 Subject: [PATCH] Bump pypdf from 3.9.1 to 6.4.0 in /utils Bumps [pypdf](https://github.com/py-pdf/pypdf) from 3.9.1 to 6.4.0. - [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/3.9.1...6.4.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- utils/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/requirements.txt b/utils/requirements.txt index 2357f1f5d..db8aca88e 100644 --- a/utils/requirements.txt +++ b/utils/requirements.txt @@ -2,5 +2,5 @@ pyyaml==6.0 fireo==1.6.2 firebase_admin==4.5.2 google-cloud-bigquery==3.10.0 -pypdf==3.9.1 +pypdf==6.4.0 requests==2.31.0