Skip to content

Commit aa5739d

Browse files
authored
Merge pull request #21 from thin-edge/chore-update-pip-dev-deps
chore: update pip dependencies for local development only
2 parents 955d0dd + d4355b0 commit aa5739d

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

images/simulator/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
aiohttp==3.9.2
1+
aiohttp~=3.10.2
22
pymodbus==3.5.4

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ pyModbusTCP
55
pyserial-asyncio
66
tomli~=2.0.1
77
pip~=23.3
8-
setuptools~=65.5.0
9-
requests~=2.31.0
8+
requests~=2.32.0
109
toml

tests/modbus_reader/device.robot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Suite Setup Set Main Device
77

88
*** Test Cases ***
99
Device should have the fragment c8y_ModbusConfiguration
10-
Cumulocity.Device Should Have Fragments c8y_ModbusConfiguration
11-
Managed Object Should Have Fragment Values c8y_ModbusConfiguration.pollingRate=2
10+
Cumulocity.Managed Object Should Have Fragments c8y_ModbusConfiguration
11+
Cumulocity.Managed Object Should Have Fragment Values c8y_ModbusConfiguration.pollingRate\=3
1212

1313
ChildDevice TestCase1 should be created
1414
Cumulocity.Should Be A Child Device Of Device ${DEVICE_ID}:device:TestCase1

tests/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
robotframework~=6.0.0
2-
robotframework-c8y @ git+https://github.com/reubenmiller/robotframework-c8y.git@0.31.3
1+
robotframework~=7.0.0
2+
robotframework-c8y @ git+https://github.com/reubenmiller/robotframework-c8y.git@0.42.1

0 commit comments

Comments
 (0)