From c5fb926adc7384557e929affb2ed401ed7571acb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 22:05:22 +0000 Subject: [PATCH] chore(deps): bump simplejson from 3.20.1 to 3.20.2 Bumps [simplejson](https://github.com/simplejson/simplejson) from 3.20.1 to 3.20.2. - [Release notes](https://github.com/simplejson/simplejson/releases) - [Changelog](https://github.com/simplejson/simplejson/blob/master/CHANGES.txt) - [Commits](https://github.com/simplejson/simplejson/compare/v3.20.1...v3.20.2) --- updated-dependencies: - dependency-name: simplejson dependency-version: 3.20.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 75be0dd..62d3fb5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ orjson==3.11.3 pyjson5==1.6.9 pysimdjson==6.0.2 ; python_version < '3.13' python-rapidjson==1.21 -simplejson==3.20.1 +simplejson==3.20.2 ujson==5.11.0