Skip to content

Commit f878d05

Browse files
authored
Merge pull request freqtrade#11823 from freqtrade/dependabot/pip/develop/ccxt-4.4.86
chore(deps): bump ccxt from 4.4.85 to 4.4.86
2 parents 9b56245 + b05fb57 commit f878d05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ bottleneck==1.4.2
44
numexpr==2.10.2
55
ft-pandas-ta==0.3.15
66

7-
ccxt==4.4.85
7+
ccxt==4.4.86
88
cryptography==45.0.3
99
aiohttp==3.12.6
1010
SQLAlchemy==2.0.41

tests/exchange/test_exchange_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def test_check_exchange(default_conf, caplog) -> None:
6666
)
6767
caplog.clear()
6868
# Test an available exchange, supported by ccxt
69-
default_conf.get("exchange").update({"name": "huobijp"})
69+
default_conf.get("exchange").update({"name": "bittrade"})
7070
assert check_exchange(default_conf)
7171
assert log_has_re(
7272
r"Exchange .* is known to the ccxt library, available for the bot, "

0 commit comments

Comments
 (0)