From 71be547d82629d748436f34c19097094d3313e87 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 2 Mar 2022 06:26:00 +0100 Subject: [PATCH] Bump ccxt to 1.74.63 closes #6484 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c524eb49d..bcdcb02a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ numpy==1.22.2 pandas==1.4.1 pandas-ta==0.3.14b -ccxt==1.74.43 +ccxt==1.74.63 # Pin cryptography for now due to rust build errors with piwheels cryptography==36.0.1 aiohttp==3.8.1