From 15de53a22d05b2082ec4c5e9ea07504e2db9c65a Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 19 Sep 2024 20:36:42 +0200 Subject: [PATCH] chore: bump ccxt to 4.4.5 closes #10677 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f3284f326..e3531ed12 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ bottleneck==1.4.0 numexpr==2.10.1 pandas-ta==0.3.14b -ccxt==4.4.3 +ccxt==4.4.5 cryptography==42.0.8; platform_machine == 'armv7l' cryptography==43.0.1; platform_machine != 'armv7l' aiohttp==3.10.5