From 1f441b2a786e81f09dabedba78d555cb346e2ea3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 02:52:53 +0000 Subject: [PATCH] Bump pypdf from 6.6.2 to 6.7.4 in /ch04 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.6.2 to 6.7.4. - [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.6.2...6.7.4) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.7.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ch04/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch04/requirements.txt b/ch04/requirements.txt index e5f4ec6..8d85931 100644 --- a/ch04/requirements.txt +++ b/ch04/requirements.txt @@ -5,7 +5,7 @@ Pillow==12.0.0 xmltodict==1.0.2 pytesseract==0.3.13 easyocr==1.7.2 -pypdf==6.6.2 +pypdf==6.7.4 python-docx==1.2.0 charset-normalizer