mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Merge pull request #10522 from freqtrade/dependabot/pip/develop/ccxt-4.3.79
chore(deps): bump ccxt from 4.3.76 to 4.3.79
This commit is contained in:
commit
50b55c3f31
|
@ -4,7 +4,7 @@ bottleneck==1.4.0
|
||||||
numexpr==2.10.1
|
numexpr==2.10.1
|
||||||
pandas-ta==0.3.14b
|
pandas-ta==0.3.14b
|
||||||
|
|
||||||
ccxt==4.3.76
|
ccxt==4.3.79
|
||||||
cryptography==42.0.8; platform_machine == 'armv7l'
|
cryptography==42.0.8; platform_machine == 'armv7l'
|
||||||
cryptography==43.0.0; platform_machine != 'armv7l'
|
cryptography==43.0.0; platform_machine != 'armv7l'
|
||||||
aiohttp==3.10.3
|
aiohttp==3.10.3
|
||||||
|
|
|
@ -106,9 +106,7 @@ class TestCCXTExchange:
|
||||||
assert isinstance(fees, list)
|
assert isinstance(fees, list)
|
||||||
for fee in fees:
|
for fee in fees:
|
||||||
assert isinstance(fee, dict)
|
assert isinstance(fee, dict)
|
||||||
assert isinstance(fee["cost"], str)
|
assert isinstance(fee["cost"], float)
|
||||||
# TODO: this should be a float!
|
|
||||||
# assert isinstance(fee["cost"], float)
|
|
||||||
assert isinstance(fee["currency"], str)
|
assert isinstance(fee["currency"], str)
|
||||||
|
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user