Skip to content

Commit dd72616

Browse files
committed
[Requirements] bump
1 parent bdc115b commit dd72616

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

additional_tests/exchanges_tests/test_kucoin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
class TestKucoinAuthenticatedExchange(
2626
abstract_authenticated_exchange_tester.AbstractAuthenticatedExchangeTester
2727
):
28+
# WARNING: can't be tested since dec 2025 due to regulatory changes on EU countries
2829
# enter exchange name as a class variable here
2930
EXCHANGE_NAME = "kucoin"
3031
ORDER_CURRENCY = "BTC"

additional_tests/exchanges_tests/test_kucoin_futures.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
class TestKucoinFuturesAuthenticatedExchange(
2626
abstract_authenticated_future_exchange_tester.AbstractAuthenticatedFutureExchangeTester
2727
):
28+
# WARNING: can't be tested since dec 2025 due to regulatory changes on EU countries
2829
# enter exchange name as a class variable here
2930
EXCHANGE_NAME = "kucoin"
3031
CREDENTIALS_EXCHANGE_NAME = "KUCOIN_FUTURES"

full_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Drakkar-Software full requirements
22
OctoBot-Commons[full]==1.9.92
3-
OctoBot-Trading[full]==2.4.238
3+
OctoBot-Trading[full]==2.4.240
44
OctoBot-Evaluators[full]==1.9.9
55
OctoBot-Tentacles-Manager[full]==2.9.19
66
OctoBot-Services[full]==1.6.30

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Drakkar-Software requirements
22
OctoBot-Commons==1.9.92
3-
OctoBot-Trading==2.4.238
3+
OctoBot-Trading==2.4.240
44
OctoBot-Evaluators==1.9.9
55
OctoBot-Tentacles-Manager==2.9.19
66
OctoBot-Services==1.6.30

0 commit comments

Comments
 (0)