Skip to content

Commit 662bd59

Browse files
authored
Merge pull request #14940 from Patater/update-prettytable
python: Allow newer prettytable with newer python
2 parents e060c8c + 14d4ee3 commit 662bd59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
colorama==0.3.9
22
urllib3[secure]>=1.26.5
3-
prettytable==0.7.2
43
junit-xml==1.8
54
PyYAML>=5.4
65
jsonschema==2.6.0

tools/cmake/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
prettytable==0.7.2
1+
PrettyTable<=1.0.1; python_version < '3.6'
2+
prettytable>=2.0,<3.0; python_version >= '3.6'
23
future>=0.18.0,<1.0
34
jinja2>=2.11.3
45
intelhex>=2.3.0,<3.0.0

0 commit comments

Comments
 (0)