Merge pull request #10267 from freqtrade/dependabot/pip/develop/ccxt-4.3.35
Bump ccxt from 4.3.30 to 4.3.35
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ numpy==1.26.4
|
|||||||
pandas==2.2.2
|
pandas==2.2.2
|
||||||
pandas-ta==0.3.14b
|
pandas-ta==0.3.14b
|
||||||
|
|
||||||
ccxt==4.3.30
|
ccxt==4.3.35
|
||||||
cryptography==42.0.7
|
cryptography==42.0.7
|
||||||
aiohttp==3.9.5
|
aiohttp==3.9.5
|
||||||
SQLAlchemy==2.0.30
|
SQLAlchemy==2.0.30
|
||||||
|
|||||||
@@ -116,9 +116,6 @@ class TestCCXTExchange:
|
|||||||
|
|
||||||
def test_ccxt_fetch_tickers(self, exchange: EXCHANGE_FIXTURE_TYPE):
|
def test_ccxt_fetch_tickers(self, exchange: EXCHANGE_FIXTURE_TYPE):
|
||||||
exch, exchangename = exchange
|
exch, exchangename = exchange
|
||||||
if exchangename in ("bitmart"):
|
|
||||||
# TODO: Remove once https://github.com/ccxt/ccxt/issues/22631 is fixed.
|
|
||||||
pytest.skip("Bitmart is unstable here at the moment")
|
|
||||||
pair = EXCHANGES[exchangename]["pair"]
|
pair = EXCHANGES[exchangename]["pair"]
|
||||||
|
|
||||||
tickers = exch.get_tickers()
|
tickers = exch.get_tickers()
|
||||||
|
|||||||
Reference in New Issue
Block a user