Skip to content

Commit f9737a2

Browse files
authored
Merge pull request #13886 from Patater/too-old-requirements
Don't require too old mbed tools
2 parents 6068428 + c95d2b3 commit f9737a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ idna>=2,<2.8
1212
pyserial>=3,<=3.4
1313
Jinja2>=2.10.1,<2.11
1414
intelhex>=1.3,<=2.2.1
15-
mbed-ls>=1.5.1,<1.8
16-
mbed-host-tests>=1.4.4,<1.6
17-
mbed-greentea>=0.2.24,<1.8
15+
mbed-ls>=1.5.1,<2.0
16+
mbed-host-tests>=1.4.4,<2.0
17+
mbed-greentea>=0.2.24,<2.0
1818
beautifulsoup4>=4,<=4.6.3
1919
pyelftools>=0.24,<=0.25
2020
manifest-tool==1.5.2

0 commit comments

Comments
 (0)