From ee6e78927f64c4fd07f5249475679fe34ef90065 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 04:22:22 +0000 Subject: [PATCH] chore(deps): bump python-rapidjson from 1.19 to 1.20 Bumps [python-rapidjson](https://github.com/python-rapidjson/python-rapidjson) from 1.19 to 1.20. - [Changelog](https://github.com/python-rapidjson/python-rapidjson/blob/master/CHANGES.rst) - [Commits](https://github.com/python-rapidjson/python-rapidjson/compare/v1.19...v1.20) --- updated-dependencies: - dependency-name: python-rapidjson 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 c0d627247..4e2983ba8 100644 --- a/ft_client/requirements.txt +++ b/ft_client/requirements.txt @@ -1,3 +1,3 @@ # Requirements for freqtrade client library requests==2.32.3 -python-rapidjson==1.19 +python-rapidjson==1.20 diff --git a/requirements.txt b/requirements.txt index 2fff01ad2..994042ebe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ pyarrow==17.0.0; platform_machine != 'armv7l' py_find_1st==1.1.6 # Load ticker files 30% faster -python-rapidjson==1.19 +python-rapidjson==1.20 # Properly format api responses orjson==3.10.6