From 6b2b9715d2f9e0b0ded1f5149b659c0c3fdca20c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 19:56:14 +0000 Subject: [PATCH] chore(deps): bump simplejson from 3.19.3 to 3.20.1 Bumps [simplejson](https://github.com/simplejson/simplejson) from 3.19.3 to 3.20.1. - [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.19.3...v3.20.1) --- updated-dependencies: - dependency-name: simplejson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e32564b..b5f27c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ orjson==3.10.15 pyjson5==1.6.8 pysimdjson==6.0.2 ; python_version < '3.13' python-rapidjson==1.20 -simplejson==3.19.3 +simplejson==3.20.1 ujson==5.10.0