From bfdaa70e8d2014e680c5295ea7bf3592b5616f86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 06:28: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.12.0...6.13.3) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.12.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 29c9ac22..b1d1e7d5 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.12.0", + "pypdf>=6.13.3", "playwright>=1.44.0", "html2text>=2025.4.15", "httpx>=0.28.1",