From 34b06cd9aa7ece0f4b1148d93c6ccc9debfb1f56 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 16 May 2024 19:25:40 +0200 Subject: [PATCH] Bump ccxt min-version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7a7fc99df..8865f46be 100644 --- a/setup.py +++ b/setup.py @@ -69,7 +69,7 @@ setup( ], install_requires=[ # from requirements.txt - "ccxt>=4.2.47", + "ccxt>=4.3.24", "SQLAlchemy>=2.0.6", "python-telegram-bot>=20.1", "humanize>=4.0.0",