From d4f4606595d37b707331f20735b57367f82b41b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 05:36:30 +0000 Subject: [PATCH] chore(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/2.1.0...4.30.0) --- updated-dependencies: - dependency-name: pypdfium2 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 fc159da..359052a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,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>=2.1.0,<3.0.0", # cf. https://github.com/mindee/doctr/issues/947 + "pypdfium2>=2.1.0,<5.0.0", # cf. https://github.com/mindee/doctr/issues/947 "pyclipper>=1.2.0,<2.0.0", "shapely>=1.6.0,<2.0.0", "langdetect>=1.0.9,<2.0.0",