From 8eb23d4202dc4e6a06a659cfb2fc2aa2c75cbe3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 13:13:19 +0000 Subject: [PATCH] chore(deps)(deps): update pypdf requirement from >=6.10.2 to >=6.11.0 Updates the requirements on [pypdf](https://github.com/py-pdf/pypdf) to permit the latest version. - [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.10.2...6.11.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 05e0fe6..58b7a78 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -2,7 +2,7 @@ # Core dependencies for FREE and PAID tiers pdfplumber>=0.11.9 # PDF parsing (updated 2026-03-02) -pypdf>=6.10.2 # PDF utilities - security patches (updated 2026-03-02) +pypdf>=6.11.0 # PDF utilities - security patches (updated 2026-03-02) pandas>=2.2.0 # Data processing python-dotenv>=1.2.2 # Environment configuration tabulate>=0.10.0 # Table formatting