Skip to content

Commit

Permalink
[Requirements] bump
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDSM committed Oct 3, 2024
1 parent 011303e commit 03e2847
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion octobot/community/feeds/community_mqtt_feed.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ async def _config_feed_callback(self, data: dict):
{
"u": "ABCCD "v": "1.0.0",
-D11 ...",
"s": '{"action": "email_confirm_code", "code_email": "hello 123-1232"}',
"s": {"action": "email_confirm_code", "code_email": "hello 123-1232"},
}
"""
parsed_message = data[commons_enums.CommunityFeedAttrs.VALUE.value]
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Drakkar-Software requirements
OctoBot-Commons==1.9.58
OctoBot-Commons==1.9.59
OctoBot-Trading==2.4.114
OctoBot-Evaluators==1.9.7
OctoBot-Tentacles-Manager==2.9.16
OctoBot-Services==1.6.17
OctoBot-Services==1.6.18
OctoBot-Backtesting==1.9.7
Async-Channel==2.2.1
trading-backend==1.2.29
Expand Down

0 comments on commit 03e2847

Please sign in to comment.