From bf96be2b71bbf2f37cf6812e0ab4cca9aa4b4a17 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 5 Jun 2025 06:46:17 +0200 Subject: [PATCH] chore: bump ccxt to 4.4.87 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7593262d3..dd86fa7f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ dependencies = [ # from requirements.txt - "ccxt>=4.4.60", + "ccxt>=4.4.87", "SQLAlchemy>=2.0.6", "python-telegram-bot>=20.1", "humanize>=4.0.0", diff --git a/requirements.txt b/requirements.txt index 4e37426b7..6776cb1ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ bottleneck==1.4.2 numexpr==2.10.2 ft-pandas-ta==0.3.15 -ccxt==4.4.86 +ccxt==4.4.87 cryptography==45.0.3 aiohttp==3.12.6 SQLAlchemy==2.0.41