From 15b6eb28254011dc7b49cc949ba6e7d2dcbd5595 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 21:53:35 +0000 Subject: [PATCH] chore(deps): bump simplejson from 3.20.2 to 4.0.1 Bumps [simplejson](https://github.com/simplejson/simplejson) from 3.20.2 to 4.0.1. - [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.0.1) --- updated-dependencies: - dependency-name: simplejson dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8b42b7c..5ad0c03 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ orjson==3.11.5 pyjson5==2.0.0 pysimdjson==6.0.2 ; python_version < '3.13' python-rapidjson==1.23 -simplejson==3.20.2 +simplejson==4.0.1 ujson==5.11.0