From f29cd913b761b2a941cba749b2014294ccdd2a36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 13:10:49 +0000 Subject: [PATCH] Update json-repair requirement from <0.29,>=0.25.2 to >=0.25.2,<0.30 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/0.25.2...v0.29.1) --- updated-dependencies: - dependency-name: json-repair 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 b204ac2b..2c6b9d16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "bc-detect-secrets==1.5.15", "faker>=26.0.0,<29", "fuzzysearch>=0.7,<0.9", - "json-repair>=0.25.2,<0.29", + "json-repair>=0.25.2,<0.30", "nltk>=3.9.1,<4", "presidio-analyzer==2.2.354", "presidio-anonymizer==2.2.354",