From d96a354a3e2d3fc6f7532c85e6a96ceea7b70e64 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 1 Feb 2022 18:50:22 +0100 Subject: [PATCH] Version bump ccxt to 1.71.73 closes #6339 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8ef2d5f7c..a3e225164 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ numpy==1.22.1 pandas==1.4.0 pandas-ta==0.3.14b -ccxt==1.71.46 +ccxt==1.71.73 # Pin cryptography for now due to rust build errors with piwheels cryptography==36.0.1 aiohttp==3.8.1