From 4dbdfb88f78dda2ec89bbdd8e9a04e308c69a3fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 17:51:36 +0900 Subject: [PATCH] Bump python-rapidjson from 1.12 to 1.13 (#511) Bumps [python-rapidjson](https://github.com/python-rapidjson/python-rapidjson) from 1.12 to 1.13. - [Changelog](https://github.com/python-rapidjson/python-rapidjson/blob/master/CHANGES.rst) - [Commits](https://github.com/python-rapidjson/python-rapidjson/compare/v1.12...v1.13) --- updated-dependencies: - dependency-name: python-rapidjson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index adca50cb..065a354b 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -6,7 +6,7 @@ coverage==7.3.2 simplejson==3.19.2 orjson==3.9.9 pysimdjson==5.0.2 -python-rapidjson==1.12 +python-rapidjson==1.13 cysimdjson==23.8 responses==0.23.3 testcontainers==3.7.1