From 368147444d7879fe5ea89db38913c4b429a994cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 23:23:21 +0000 Subject: [PATCH] chore(deps): bump simplejson from 4.0.1 to 4.1.1 Bumps [simplejson](https://github.com/simplejson/simplejson) from 4.0.1 to 4.1.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/v4.0.1...v4.1.1) --- updated-dependencies: - dependency-name: simplejson dependency-version: 4.1.1 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 5ad0c03..d01a2c5 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==4.0.1 +simplejson==4.1.1 ujson==5.11.0