mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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, "
|
||||
|
||||
Reference in New Issue
Block a user