From d3006f7f3e7f5e502bb8331f2b85bef089cff995 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 9 Nov 2022 17:59:51 +0100 Subject: [PATCH] Bump ccxt to 2.1.54 closes okx: #7720 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0363a4740..b98973cc7 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.1.33 +ccxt==2.1.54 # Pin cryptography for now due to rust build errors with piwheels cryptography==38.0.1 aiohttp==3.8.3