File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ def read(fname):
4343
4444
4545setup (name = 'mbed-greentea' ,
46- version = '1.7.2 ' ,
46+ version = '1.7.3 ' ,
4747 description = DESCRIPTION ,
4848 long_description = read ('README.md' ),
4949 long_description_content_type = 'text/markdown' ,
@@ -59,7 +59,7 @@ def read(fname):
5959 "console_scripts" : ["mbedgt=mbed_greentea.mbed_greentea_cli:main" ,],
6060 },
6161 install_requires = [
62- "mbed-os-tools== 0.0.9" ,
62+ "mbed-os-tools>= 0.0.9,<0.1.0 " ,
6363 "mbed-host-tests>=1.5.0,<2"
6464 ],
6565 tests_require = [
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ def read(fname):
4242
4343
4444setup (name = 'mbed-host-tests' ,
45- version = '1.5.8 ' ,
45+ version = '1.5.9 ' ,
4646 description = DESCRIPTION ,
4747 long_description = read ('README.md' ),
4848 long_description_content_type = 'text/markdown' ,
@@ -60,7 +60,7 @@ def read(fname):
6060 "mbedflsh=mbed_host_tests.mbedflsh:main" ],
6161 },
6262 install_requires = [
63- "mbed-os-tools== 0.0.9"
63+ "mbed-os-tools>= 0.0.9,<0.1.0 "
6464 ],
6565 tests_require = [
6666 "mock>=2"
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ def read(fname):
3939
4040
4141setup (name = 'mbed-ls' ,
42- version = '1.7.8 ' ,
42+ version = '1.7.9 ' ,
4343 description = DESCRIPTION ,
4444 long_description = read ('README.md' ),
4545 long_description_content_type = 'text/markdown' ,
@@ -58,7 +58,7 @@ def read(fname):
5858 },
5959 install_requires = [
6060 "PrettyTable>=0.7.2" ,
61- "mbed-os-tools== 0.0.9"
61+ "mbed-os-tools>= 0.0.9,<0.1.0 "
6262 ],
6363 tests_require = [
6464 "mock>=2" ,
Original file line number Diff line number Diff line change 1- 0.0.9
1+ 0.0.10
You can’t perform that action at this time.
0 commit comments