From 37840d234e595a72d65015201b06ac836d72d072 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 19:54:13 +0000 Subject: [PATCH] Bump pypdf from 3.9.1 to 6.6.0 in /utils Bumps [pypdf](https://github.com/py-pdf/pypdf) from 3.9.1 to 6.6.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.6.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.6.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..4dd709c89 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.6.0 requests==2.31.0