Merge pull request #12998 from freqtrade/dependabot/pip/develop/ccxt-4.5.45
chore(deps): bump ccxt from 4.5.44 to 4.5.45
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ ft-pandas-ta==0.3.16
|
|||||||
ta-lib==0.6.8
|
ta-lib==0.6.8
|
||||||
technical==1.5.4
|
technical==1.5.4
|
||||||
|
|
||||||
ccxt==4.5.44
|
ccxt==4.5.45
|
||||||
cryptography==46.0.6
|
cryptography==46.0.6
|
||||||
aiohttp==3.13.3
|
aiohttp==3.13.3
|
||||||
SQLAlchemy==2.0.48
|
SQLAlchemy==2.0.48
|
||||||
|
|||||||
@@ -603,6 +603,7 @@ EXCHANGES: dict[str, TestExchangeOnlineSetup] = {
|
|||||||
"status": "closed",
|
"status": "closed",
|
||||||
"type": "market",
|
"type": "market",
|
||||||
"amount": 0.0004,
|
"amount": 0.0004,
|
||||||
|
"filled": 0.0004,
|
||||||
"side": "sell",
|
"side": "sell",
|
||||||
"triggerPrice": None,
|
"triggerPrice": None,
|
||||||
"stopPrice": None,
|
"stopPrice": None,
|
||||||
@@ -646,6 +647,8 @@ EXCHANGES: dict[str, TestExchangeOnlineSetup] = {
|
|||||||
"price": None,
|
"price": None,
|
||||||
"status": "open",
|
"status": "open",
|
||||||
"amount": 0.0004,
|
"amount": 0.0004,
|
||||||
|
# TODO: filled should be 0, not None.
|
||||||
|
"filled": None,
|
||||||
"side": "buy",
|
"side": "buy",
|
||||||
"triggerPrice": 71641.0,
|
"triggerPrice": 71641.0,
|
||||||
"stopPrice": 71641.0,
|
"stopPrice": 71641.0,
|
||||||
@@ -681,8 +684,7 @@ EXCHANGES: dict[str, TestExchangeOnlineSetup] = {
|
|||||||
"datetime": "2026-03-21T07:32:21.555Z",
|
"datetime": "2026-03-21T07:32:21.555Z",
|
||||||
"price": None,
|
"price": None,
|
||||||
"status": "canceled",
|
"status": "canceled",
|
||||||
# TODO: filled should be 0, not None.
|
"filled": 0.0,
|
||||||
"filled": None,
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user