From c22838da4279c206f5863537ca124f6e4a9becb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 11:23:22 +0000 Subject: [PATCH] chore(deps-dev): update mineru requirement from <4,>=3 to >=3.4.4,<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.4 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..2c8af2aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ evaluation = [ ] corpus = [ - "mineru[core]>=3,<4", + "mineru[core]>=3.4.4,<4", ] all = [