From 61e5b4755c3866336ff201e428c98f148b06331a Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 18 Jan 2025 14:22:28 +0100 Subject: [PATCH] chore: Bump ccxt to 4.4.48 fixes a critical issue with bybit --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 38bc90749..726a1c15c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ bottleneck==1.4.2 numexpr==2.10.2 pandas-ta==0.3.14b -ccxt==4.4.43 +ccxt==4.4.48 cryptography==42.0.8; platform_machine == 'armv7l' cryptography==44.0.0; platform_machine != 'armv7l' aiohttp==3.10.11