Skip to content

Commit 19e9eff

Browse files
authored
Merge pull request freqtrade#11980 from freqtrade/dependabot/pip/develop/python-rapidjson-1.21
chore(deps): bump python-rapidjson from 1.20 to 1.21
2 parents 84100ca + 85492c1 commit 19e9eff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ft_client/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Requirements for freqtrade client library
22
requests==2.32.4
3-
python-rapidjson==1.20
3+
python-rapidjson==1.21

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ rich==14.0.0
2828
pyarrow==20.0.0; platform_machine != 'armv7l'
2929

3030
# Load ticker files 30% faster
31-
python-rapidjson==1.20
31+
python-rapidjson==1.21
3232
# Properly format api responses
3333
orjson==3.10.18
3434

0 commit comments

Comments
 (0)