From 9394308082fd05084a5a26de4d9b53b8afad517f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 13:01:44 +0000 Subject: [PATCH] build(deps): update pypdfium2 requirement Updates the requirements on [pypdfium2](https://github.com/pypdfium2-team/pypdfium2) to permit the latest version. - [Release notes](https://github.com/pypdfium2-team/pypdfium2/releases) - [Commits](https://github.com/pypdfium2-team/pypdfium2/compare/4.11.0...5.0.0) --- updated-dependencies: - dependency-name: pypdfium2 dependency-version: 5.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3e46c72118..bc573fbe72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "scipy>=1.4.0,<2.0.0", "h5py>=3.1.0,<4.0.0", "opencv-python>=4.5.0,<5.0.0", - "pypdfium2>=4.11.0,<5.0.0", + "pypdfium2>=4.11.0,<6.0.0", "pyclipper>=1.2.0,<2.0.0", "shapely>=1.6.0,<3.0.0", "langdetect>=1.0.9,<2.0.0",