diff --git a/images/simulator/requirements.txt b/images/simulator/requirements.txt index 1ff9924..85a8293 100644 --- a/images/simulator/requirements.txt +++ b/images/simulator/requirements.txt @@ -1,2 +1,2 @@ -aiohttp==3.9.2 +aiohttp~=3.10.2 pymodbus==3.5.4 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 646e35e..a34dc6c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,5 @@ pyModbusTCP pyserial-asyncio tomli~=2.0.1 pip~=23.3 -setuptools~=65.5.0 -requests~=2.31.0 +requests~=2.32.0 toml \ No newline at end of file diff --git a/tests/modbus_reader/device.robot b/tests/modbus_reader/device.robot index c2b04fc..5e44692 100644 --- a/tests/modbus_reader/device.robot +++ b/tests/modbus_reader/device.robot @@ -7,8 +7,8 @@ Suite Setup Set Main Device *** Test Cases *** Device should have the fragment c8y_ModbusConfiguration - Cumulocity.Device Should Have Fragments c8y_ModbusConfiguration - Managed Object Should Have Fragment Values c8y_ModbusConfiguration.pollingRate=2 + Cumulocity.Managed Object Should Have Fragments c8y_ModbusConfiguration + Cumulocity.Managed Object Should Have Fragment Values c8y_ModbusConfiguration.pollingRate\=3 ChildDevice TestCase1 should be created Cumulocity.Should Be A Child Device Of Device ${DEVICE_ID}:device:TestCase1 diff --git a/tests/requirements.txt b/tests/requirements.txt index 2264c97..2c24ef7 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,2 +1,2 @@ -robotframework~=6.0.0 -robotframework-c8y @ git+https://github.com/reubenmiller/robotframework-c8y.git@0.31.3 \ No newline at end of file +robotframework~=7.0.0 +robotframework-c8y @ git+https://github.com/reubenmiller/robotframework-c8y.git@0.42.1 \ No newline at end of file