From 390ddbc2b0a42e9c2c6460476e2e9562f3c5ef28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 19:54:29 +0000 Subject: [PATCH] Bump pypdf from 3.17.0 to 6.0.0 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 3.17.0 to 6.0.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.17.0...6.0.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 69266b8..2b5b58e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ colorama==0.4.6 fuzzywuzzy==0.18.0 -pypdf==3.17.0 +pypdf==6.0.0 Levenshtein pudb