From 1e74aa3087bcfd420affe221ce9ca5ba2efa3364 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 14 Dec 2024 08:04:29 +0100 Subject: [PATCH] chore: bump ccxt to 4.4.40 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 444539b65..85c9bd543 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.37 +ccxt==4.4.40 cryptography==42.0.8; platform_machine == 'armv7l' cryptography==44.0.0; platform_machine != 'armv7l' aiohttp==3.10.11