From 14453cf1482d8989ca8aacdf738f347940881be8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 19:04:09 +0000 Subject: [PATCH] chore(deps): bump python-rapidjson from 1.22 to 1.23 Bumps [python-rapidjson](https://github.com/python-rapidjson/python-rapidjson) from 1.22 to 1.23. - [Changelog](https://github.com/python-rapidjson/python-rapidjson/blob/master/CHANGES.rst) - [Commits](https://github.com/python-rapidjson/python-rapidjson/compare/v1.22...v1.23) --- updated-dependencies: - dependency-name: python-rapidjson dependency-version: '1.23' 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 bc9c464..662710f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ fast-json==0.3.2 orjson==3.11.4 pyjson5==2.0.0 pysimdjson==6.0.2 ; python_version < '3.13' -python-rapidjson==1.22 +python-rapidjson==1.23 simplejson==3.20.2 ujson==5.11.0