From b48826da56a34c49121ff6902bab4464738abf01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 10:07:03 +0000 Subject: [PATCH] chore(deps): update pypdf requirement in /backend 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.13.3...6.14.2) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.14.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index b32d47fb..f72d215a 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "onnxruntime~=1.27.0", "tokenizers>=0.20.0", "huggingface-hub>=0.27.0", - "pypdf>=6.13.3", + "pypdf>=6.14.2", "playwright>=1.60.0", "html2text>=2025.4.15", "httpx>=0.28.1",