From dd4e0e90588151e817925a98a3085c362f75a7e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 11:23:50 +0000 Subject: [PATCH] chore(deps-dev): update mineru requirement from <4,>=3 to >=3.4.5,<4 Updates the requirements on [mineru](https://github.com/opendatalab/MinerU) to permit the latest version. - [Release notes](https://github.com/opendatalab/MinerU/releases) - [Commits](https://github.com/opendatalab/MinerU/commits) --- updated-dependencies: - dependency-name: mineru dependency-version: 3.4.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index feb8735d..f2baeabf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ evaluation = [ ] corpus = [ - "mineru[core]>=3,<4", + "mineru[core]>=3.4.5,<4", ] all = [