From b23841fbfedc970c1dc706f5ea057f1143babba4 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 11 Mar 2023 17:35:30 +0100 Subject: [PATCH] Bump ccxt to 2.9.12 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c972ae1d4..5977a6440 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.9.4 +ccxt==2.9.12 cryptography==39.0.2 aiohttp==3.8.4 SQLAlchemy==2.0.5.post1