From 3af177d8af26f9994c9ac586e6401fe601828947 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 6 Nov 2022 08:43:29 +0100 Subject: [PATCH] bump ccxt to 2.1.33 closes #7700 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cae9cf3b7..9e3e57ec7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ numpy==1.23.4 pandas==1.5.1 pandas-ta==0.3.14b -ccxt==2.0.96 +ccxt==2.1.33 # Pin cryptography for now due to rust build errors with piwheels cryptography==38.0.1 aiohttp==3.8.3