bump deps

This commit is contained in:
Robin Müller 2022-08-17 17:23:17 +02:00
parent 3b32fa79c1
commit 459ee67f19
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
3 changed files with 4 additions and 4 deletions

@ -1 +1 @@
Subproject commit 8554ab57427c5bc3f62daa243939a26f41475099
Subproject commit 865ac0574f89919e7740514fe78c0f8e949a06ab

View File

@ -4,11 +4,11 @@ from common_tmtc.config.definitions import TM_SP_IDS
from common_tmtc.config.hook_implementation import CommonFsfwHookBase
from common_tmtc.pus_tc.cmd_definitions import common_fsfw_service_op_code_dict
from tmtccmd.com_if import ComInterface
from tmtccmd.config import TmTcDefWrapper
from tmtccmd.config import TmtcDefinitionWrapper
class FsfwHookBase(CommonFsfwHookBase):
def get_tmtc_definitions(self) -> TmTcDefWrapper:
def get_tmtc_definitions(self) -> TmtcDefinitionWrapper:
return common_fsfw_service_op_code_dict()
def assign_communication_interface(self, com_if_key: str) -> Optional[ComInterface]:

@ -1 +1 @@
Subproject commit 4a54bffa6b54447a426e88d11dcfe1c3cdcccc10
Subproject commit e315c4c5a541f3b3c7f9469b1cd0555e9ced0648