From 45e24d21d3031e73b820f4e333f9adf0c38fb800 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 10 Feb 2023 18:26:24 +0100 Subject: [PATCH] Bump ccxt to 2.7.78 closes #8141 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 751617d1d..b282d3337 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.66 +ccxt==2.7.78 # 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'