From 46f2e693bcaefcc29348926d071deaa0998c5e4a Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 15 Nov 2024 21:57:58 +0100 Subject: [PATCH] chore: bump ccxt to 4.4.31 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c27ab0201..b80d8f7e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ bottleneck==1.4.2 numexpr==2.10.1 pandas-ta==0.3.14b -ccxt==4.4.29 +ccxt==4.4.31 cryptography==42.0.8; platform_machine == 'armv7l' cryptography==43.0.3; platform_machine != 'armv7l' aiohttp==3.10.10