From de00dc89b16552faf2953c18391ea54eea352c61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 05:26:26 +0000 Subject: [PATCH] chore(deps): bump python-rapidjson from 1.20 to 1.21 Bumps [python-rapidjson](https://github.com/python-rapidjson/python-rapidjson) from 1.20 to 1.21. - [Changelog](https://github.com/python-rapidjson/python-rapidjson/blob/master/CHANGES.rst) - [Commits](https://github.com/python-rapidjson/python-rapidjson/compare/v1.20...v1.21) --- updated-dependencies: - dependency-name: python-rapidjson dependency-version: '1.21' 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 d65e1b6..36110e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ fast-json==0.3.2 orjson==3.11.1 pyjson5==1.6.9 pysimdjson==6.0.2 ; python_version < '3.13' -python-rapidjson==1.20 +python-rapidjson==1.21 simplejson==3.20.1 ujson==5.10.0