From 85492c108450bd5bc7365dc35ed5673d6ce6458d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 04:28:21 +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] --- 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 433c0f392..ceca8a373 100644 --- a/ft_client/requirements.txt +++ b/ft_client/requirements.txt @@ -1,3 +1,3 @@ # Requirements for freqtrade client library requests==2.32.4 -python-rapidjson==1.20 +python-rapidjson==1.21 diff --git a/requirements.txt b/requirements.txt index a41a39cfa..f2178a9b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ rich==14.0.0 pyarrow==20.0.0; platform_machine != 'armv7l' # Load ticker files 30% faster -python-rapidjson==1.20 +python-rapidjson==1.21 # Properly format api responses orjson==3.10.18