From 6db42f5fbc76496eb35a70590edc53a963c73f6d Mon Sep 17 00:00:00 2001 From: Konstantin Tarkus Date: Tue, 14 Jan 2025 17:22:18 +0100 Subject: [PATCH] chore(deps): upgrade CCXT from 4.4.47 to 4.4.48 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d835b51af..5a224482c 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.47 +ccxt==4.4.48 cryptography==42.0.8; platform_machine == 'armv7l' cryptography==44.0.0; platform_machine != 'armv7l' aiohttp==3.10.11