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:
Matthias
2024-05-29 07:01:26 +02:00
committed by GitHub
2 changed files with 1 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ numpy==1.26.4
pandas==2.2.2
pandas-ta==0.3.14b
ccxt==4.3.30
ccxt==4.3.35
cryptography==42.0.7
aiohttp==3.9.5
SQLAlchemy==2.0.30

View File

@@ -116,9 +116,6 @@ class TestCCXTExchange:
def test_ccxt_fetch_tickers(self, exchange: EXCHANGE_FIXTURE_TYPE):
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"]
tickers = exch.get_tickers()