Skip to content

Commit 7d647bd

Browse files
committed
python: Update prettytable
Align prettytable version with pyOCD.
1 parent e02465b commit 7d647bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
colorama==0.3.9
22
urllib3[secure]>=1.26.5
3-
prettytable==0.7.2
3+
prettytable>=2.0,<3.0
44
junit-xml==1.8
55
PyYAML>=5.4
66
jsonschema==2.6.0

tools/cmake/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
prettytable==0.7.2
1+
prettytable>=2.0,<3.0
22
future==0.16.0
33
jinja2>=2.11.3
44
intelhex>=2.3.0,<3.0.0

0 commit comments

Comments
 (0)