From f84b24dee932460c3739f490b87112463f218c4f Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 29 Mar 2022 20:06:25 +0200 Subject: [PATCH] Bump ccxt to 1.77.45 closes #6610 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index de05b3f7c..b116b261f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ numpy==1.22.3 pandas==1.4.1 pandas-ta==0.3.14b -ccxt==1.77.36 +ccxt==1.77.45 # Pin cryptography for now due to rust build errors with piwheels cryptography==36.0.2 aiohttp==3.8.1