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] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-10-27 03:04:33 +00:00
committed by GitHub
parent 14b5392d5f
commit a45930a5cf
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
# Requirements for freqtrade client library # Requirements for freqtrade client library
requests==2.32.5 requests==2.32.5
python-rapidjson==1.21 python-rapidjson==1.22

View File

@@ -30,7 +30,7 @@ pyarrow==21.0.0; platform_machine != 'armv7l' and platform_machine != "aarch64"
pyarrow==20.0.0; platform_machine == "aarch64" pyarrow==20.0.0; platform_machine == "aarch64"
# Load ticker files 30% faster # Load ticker files 30% faster
python-rapidjson==1.21 python-rapidjson==1.22
# Properly format api responses # Properly format api responses
orjson==3.11.3 orjson==3.11.3