From 8d156b2770a7f97157532a9117c2c058985ad969 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 8 Feb 2023 20:35:24 +0100 Subject: [PATCH] Bump ccxt to 2.7.66 closes #8132 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4f62e7ec4..751617d1d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ numpy==1.24.2 pandas==1.5.3 pandas-ta==0.3.14b -ccxt==2.7.45 +ccxt==2.7.66 # Pin cryptography for now due to rust build errors with piwheels cryptography==38.0.1; platform_machine == 'armv7l' cryptography==39.0.1; platform_machine != 'armv7l'