From 55247b4e12e3c53ad03866bc2bd740fc550a3d07 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 1 Dec 2024 15:19:45 +0100 Subject: [PATCH] chore: bump ccxt to 4.4.35 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cea7fc100..5691b42d1 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.33 +ccxt==4.4.35 cryptography==42.0.8; platform_machine == 'armv7l' cryptography==43.0.3; platform_machine != 'armv7l' aiohttp==3.10.11