From a45930a5cf9b6d09e49d793d257f4e43f1b86acb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 03:04:33 +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] --- ft_client/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ft_client/requirements.txt b/ft_client/requirements.txt index 9b8d46025..9d3110871 100644 --- a/ft_client/requirements.txt +++ b/ft_client/requirements.txt @@ -1,3 +1,3 @@ # Requirements for freqtrade client library requests==2.32.5 -python-rapidjson==1.21 +python-rapidjson==1.22 diff --git a/requirements.txt b/requirements.txt index 2f84982db..b78333e64 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ pyarrow==21.0.0; platform_machine != 'armv7l' and platform_machine != "aarch64" pyarrow==20.0.0; platform_machine == "aarch64" # Load ticker files 30% faster -python-rapidjson==1.21 +python-rapidjson==1.22 # Properly format api responses orjson==3.11.3