From 3361a0e5a936c97f62b9bc0d6ea660d12b2736f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 19:51:18 +0000 Subject: [PATCH] Bump json-repair from 0.30.3 to 0.35.0 Bumps [json-repair](https://github.com/mangiucugna/json_repair) from 0.30.3 to 0.35.0. - [Release notes](https://github.com/mangiucugna/json_repair/releases) - [Commits](https://github.com/mangiucugna/json_repair/compare/v0.30.3...v0.35.0) --- updated-dependencies: - dependency-name: json-repair dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index ba6fd80ce0..5ede993470 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiofiles" @@ -1642,13 +1642,13 @@ files = [ [[package]] name = "json-repair" -version = "0.30.3" +version = "0.35.0" description = "A package to repair broken json strings" optional = false python-versions = ">=3.9" files = [ - {file = "json_repair-0.30.3-py3-none-any.whl", hash = "sha256:63bb588162b0958ae93d85356ecbe54c06b8c33f8a4834f93fa2719ea669804e"}, - {file = "json_repair-0.30.3.tar.gz", hash = "sha256:0ac56e7ae9253ee9c507a7e1a3a26799c9b0bbe5e2bec1b2cc5053e90d5b05e3"}, + {file = "json_repair-0.35.0-py3-none-any.whl", hash = "sha256:1d429407158474d28a996e745b8f8f7dc78957cb2cfbc92120b9f580b5230a9e"}, + {file = "json_repair-0.35.0.tar.gz", hash = "sha256:e70f834865a4ae5fe64352c23c1c16d3b70c5dd62dc544a169d8b0932bdbdcaa"}, ] [[package]] @@ -5286,4 +5286,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "54d5f5d253d47c5c28c874c9aa56eaeba543fa3c27fed6143ae266b0a07ed391" +content-hash = "d07278997c7242b521a531596beea551a3baa4f7cb3bc6c6463c690b739eb698" diff --git a/pyproject.toml b/pyproject.toml index 7d27132548..c066e32e0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ typer = "^0.15.1" fnllm = "^0.0.10" tenacity = "^9.0.0" -json-repair = "^0.30.3" +json-repair = ">=0.30.3,<0.36.0" tqdm = "^4.67.1" httpx = "^0.28.1"