From 83bb65132b7de2fec9d952a6b745895f7eaed514 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 26 May 2024 18:17:54 +0200 Subject: [PATCH] Bump ccxt to the required version for bingx --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 12c02b0b4..399b51337 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ numpy==1.26.4 pandas==2.2.2 pandas-ta==0.3.14b -ccxt==4.3.27 +ccxt==4.3.30 cryptography==42.0.7 aiohttp==3.9.5 SQLAlchemy==2.0.30