Merge pull request #10225 from freqtrade/dependabot/pip/develop/python-rapidjson-1.17

Bump python-rapidjson from 1.16 to 1.17
This commit is contained in:
Matthias
2024-05-20 06:41:46 +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.31.0
python-rapidjson==1.16
python-rapidjson==1.17

View File

@@ -28,7 +28,7 @@ pyarrow==16.0.0; platform_machine != 'armv7l'
py_find_1st==1.1.6
# Load ticker files 30% faster
python-rapidjson==1.16
python-rapidjson==1.17
# Properly format api responses
orjson==3.10.3