From 184dfb88ea03c7ef1c95e510482241f97e70ab00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 07:38:00 +0000 Subject: [PATCH] Update simplejson requirement from >=3.20.2 to >=4.1.1 Updates the requirements on [simplejson](https://github.com/simplejson/simplejson) to permit the latest version. - [Release notes](https://github.com/simplejson/simplejson/releases) - [Changelog](https://github.com/simplejson/simplejson/blob/main/CHANGES.txt) - [Commits](https://github.com/simplejson/simplejson/compare/v3.20.2...v4.1.1) --- updated-dependencies: - dependency-name: simplejson dependency-version: 4.1.1 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 0df2117..2ca2cb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dependencies = [ "runpod>=1.8.1", "sentencepiece>=0.2.1", "scikit-learn>=1.7.2", - "simplejson>=3.20.2", + "simplejson>=4.1.1", "tabulate>=0.9.0", "tensorboard>=2.20.0", "tqdm>=4.67.1",