Skip to content

Commit aa029e5

Browse files
committed
Don't require too old mbed-os-tools
mbed-os-tools 1.8.0 is as compatible with 0.0.9 as 0.0.15 was. Remove the "not greater than" bound on the mbed-os-tools version.
1 parent 6e6bc8c commit aa029e5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
mbed-os-tools>=0.0.9,<0.1.0
1+
mbed-os-tools>=0.0.9
22
mbed-host-tests>=1.5.0,<2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
mbed-os-tools>=0.0.9,<0.1.0
1+
mbed-os-tools>=0.0.9

packages/mbed-ls/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
PrettyTable>=0.7.2
2-
mbed-os-tools>=0.0.9,<0.1.0
2+
mbed-os-tools>=0.0.9

0 commit comments

Comments
 (0)