mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-04-28 21:10:12 +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
|
numexpr==2.10.2
|
||||||
ft-pandas-ta==0.3.15
|
ft-pandas-ta==0.3.15
|
||||||
|
|
||||||
ccxt==4.4.85
|
ccxt==4.4.86
|
||||||
cryptography==45.0.3
|
cryptography==45.0.3
|
||||||
aiohttp==3.12.6
|
aiohttp==3.12.6
|
||||||
SQLAlchemy==2.0.41
|
SQLAlchemy==2.0.41
|
||||||
|
|||||||
@@ -66,7 +66,7 @@ def test_check_exchange(default_conf, caplog) -> None:
|
|||||||
)
|
)
|
||||||
caplog.clear()
|
caplog.clear()
|
||||||
# Test an available exchange, supported by ccxt
|
# 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 check_exchange(default_conf)
|
||||||
assert log_has_re(
|
assert log_has_re(
|
||||||
r"Exchange .* is known to the ccxt library, available for the bot, "
|
r"Exchange .* is known to the ccxt library, available for the bot, "
|
||||||
|
|||||||
Reference in New Issue
Block a user