From 1c63a14b17970d1b4115b8d347621d4521eda063 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 20:08:19 +0000 Subject: [PATCH] Bump pypdf from 6.1.3 to 6.6.0 in /extract-pdf-text Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.1.3 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/6.1.3...6.6.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- extract-pdf-text/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extract-pdf-text/requirements.txt b/extract-pdf-text/requirements.txt index cb8cdef..70a9d59 100644 --- a/extract-pdf-text/requirements.txt +++ b/extract-pdf-text/requirements.txt @@ -1,2 +1,2 @@ -pypdf==6.1.3 +pypdf==6.6.0 typing_extensions==4.14.0