From ae0d6f63fa458cc2435dcfd8704a2258b7a82358 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 1 Aug 2022 19:43:13 +0200 Subject: [PATCH] Version bump ccxt to 1.91.55 closes #7151 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f6ba2a444..4cb6519b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ numpy==1.23.1 pandas==1.4.3 pandas-ta==0.3.14b -ccxt==1.91.52 +ccxt==1.91.55 # Pin cryptography for now due to rust build errors with piwheels cryptography==37.0.4 aiohttp==3.8.1