Merge pull request #10511 from freqtrade/dependabot/pip/develop/python-rapidjson-1.20

chore(deps): bump python-rapidjson from 1.19 to 1.20
This commit is contained in:
Matthias
2024-08-08 08:08:22 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
# Requirements for freqtrade client library
requests==2.32.3
python-rapidjson==1.19
python-rapidjson==1.20

View File

@@ -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