Skip to content

Commit 1608fbb

Browse files
author
Cruz Monrreal
authored
Merge pull request #8542 from cmonr/fix-python_module_versions
Update python module versions in requirements.txt
2 parents 274f8b9 + 362ea59 commit 1608fbb

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

requirements.txt

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
colorama==0.3.9
2-
PySerial>=2.7
3-
PrettyTable>=0.7.2
4-
Jinja2>=2.7.3
5-
IntelHex>=1.3
6-
junit-xml
7-
pyYAML
2+
pyserial>=3,<=3.4
3+
prettytable==0.7.2
4+
Jinja2>=2.7.3,<=2.10
5+
intelhex>=1.3,<=2.2.1
6+
junit-xml==1.8
7+
pyYAML==3.13
88
urllib3[secure]==1.23
9-
requests
10-
mbed-ls>=1.5.1,==1.*
11-
mbed-host-tests>=1.1.2
12-
mbed-greentea>=0.2.24
13-
beautifulsoup4>=4
14-
fuzzywuzzy>=0.11
15-
pyelftools>=0.24
16-
jsonschema>=2.6
17-
future>=0.16.0
18-
six>=1.11.0
9+
requests==2.19.1
10+
mbed-ls>=1.5.1,<1.7
11+
mbed-host-tests>=1.1.2,<=1.5
12+
mbed-greentea>=0.2.24,<=1.5
13+
beautifulsoup4>=4,<=4.6.3
14+
fuzzywuzzy>=0.11,<=0.17
15+
pyelftools>=0.24,<=0.25
16+
jsonschema==2.6.0
17+
future==0.16.0
18+
six==1.11.0
1919
git+https://github.com/armmbed/[email protected]
2020
mbed-cloud-sdk==2.0.1
21-
icetea>=1.0.2,<2
21+
icetea>=1.0.2,<1.1

0 commit comments

Comments
 (0)