From d373ecb49b1b6c3652299c1abcabeb636fbfe592 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 19:22:29 +0000 Subject: [PATCH] chore(deps): update json-repair requirement Updates the requirements on [json-repair](https://github.com/mangiucugna/json_repair) to permit the latest version. - [Release notes](https://github.com/mangiucugna/json_repair/releases) - [Commits](https://github.com/mangiucugna/json_repair/compare/v0.30.0...v0.63.2) --- updated-dependencies: - dependency-name: json-repair dependency-version: 0.63.2 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 bdc5c86..98e5945 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "Pillow>=12.3.0,<13.0.0", "numpy>=2.2.6,<3.0.0", "pydantic>=2.13.4,<3.0.0", - "json-repair>=0.30.0,<1.0.0", + "json-repair>=0.63.2,<1.0.0", "tqdm>=4.66.0,<5.0.0", "pypdf>=5.0.0,<7.0.0", ]