From 93c7f1daeefcc694d9b9262e0d983f4f51860a14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 19:40:27 +0000 Subject: [PATCH] chore(deps): bump python-rapidjson from 1.21 to 1.22 Bumps [python-rapidjson](https://github.com/python-rapidjson/python-rapidjson) from 1.21 to 1.22. - [Changelog](https://github.com/python-rapidjson/python-rapidjson/blob/master/CHANGES.rst) - [Commits](https://github.com/python-rapidjson/python-rapidjson/compare/v1.21...v1.22) --- updated-dependencies: - dependency-name: python-rapidjson dependency-version: '1.22' 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 29201e8..1ded7c3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ fast-json==0.3.2 orjson==3.11.3 pyjson5==2.0.0 pysimdjson==6.0.2 ; python_version < '3.13' -python-rapidjson==1.21 +python-rapidjson==1.22 simplejson==3.20.2 ujson==5.11.0