bump dependencies

This commit is contained in:
Robin Müller 2022-09-12 09:23:30 +02:00
parent ecb2a751ab
commit daa68d335a
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
4 changed files with 6 additions and 6 deletions

View File

@ -1,16 +1,16 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="tmtccmd unittests" type="tests" factoryName="Autodetect">
<configuration default="false" name="tmtccmd unittest" type="tests" factoryName="Autodetect">
<module name="tmtc" />
<option name="INTERPRETER_OPTIONS" value="" />
<option name="PARENT_ENVS" value="true" />
<option name="SDK_HOME" value="" />
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/deps/tmtccmd/tests" />
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/deps/tmtccmd" />
<option name="IS_MODULE_SDK" value="true" />
<option name="ADD_CONTENT_ROOTS" value="true" />
<option name="ADD_SOURCE_ROOTS" value="true" />
<EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
<option name="_new_additionalArguments" value="&quot;&quot;" />
<option name="_new_target" value="&quot;$PROJECT_DIR$/deps/tmtccmd/tests&quot;" />
<option name="_new_target" value="&quot;$PROJECT_DIR$/deps/tmtccmd&quot;" />
<option name="_new_targetType" value="&quot;PATH&quot;" />
<method v="2" />
</configuration>

@ -1 +1 @@
Subproject commit 27c1002d255a3131d5155380b29b243366247b33
Subproject commit 99ccd04b2ace82629bf292fad1a25df3fdbf1f00

View File

@ -19,7 +19,7 @@ class FsfwHookBase(CommonFsfwHookBase):
cfg = create_com_interface_cfg_default(
com_if_key=com_if_key,
json_cfg_path=self.json_cfg_path,
json_cfg_path=self.cfg_path,
space_packet_ids=TM_SP_IDS,
)
return create_com_interface_default(cfg)

@ -1 +1 @@
Subproject commit e0d500e8c3f74622e7cd3a41fba461cfcfaf38a1
Subproject commit 111588b3b3ec2ce9260b62f4ef2877bbf9005cf9