Merge pull request #11823 from freqtrade/dependabot/pip/develop/ccxt-4.4.86

chore(deps): bump ccxt from 4.4.85 to 4.4.86
This commit is contained in:
Matthias
2025-06-02 09:13:28 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ bottleneck==1.4.2
numexpr==2.10.2
ft-pandas-ta==0.3.15
ccxt==4.4.85
ccxt==4.4.86
cryptography==45.0.3
aiohttp==3.12.6
SQLAlchemy==2.0.41

View File

@@ -66,7 +66,7 @@ def test_check_exchange(default_conf, caplog) -> None:
)
caplog.clear()
# Test an available exchange, supported by ccxt
default_conf.get("exchange").update({"name": "huobijp"})
default_conf.get("exchange").update({"name": "bittrade"})
assert check_exchange(default_conf)
assert log_has_re(
r"Exchange .* is known to the ccxt library, available for the bot, "