Skip to content

Commit 29c1f01

Browse files
committed
requirements: Pin PrettyTable to 1.0.1
Latest release of `PrettyTable` (2.0.0) removed support for Python 2.7 and 3.5 and is causing CI failures. We are still supporting those versions in mbed-os-tools. Therefore pin `PrettyTable` to 1.0.1.
1 parent 69ca144 commit 29c1f01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/mbed-ls/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
PrettyTable>=0.7.2
1+
PrettyTable<=1.0.1
22
mbed-os-tools>=0.0.9

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PySerial>=3.0,<4.0
22
requests>=2.0,<3.0
33
intelhex>=2.0,<3.0
44
future
5-
PrettyTable>=0.7.2
5+
PrettyTable<=1.0.1
66
fasteners
77
appdirs>=1.4,<2.0
88
junit-xml>=1.0,<2.0

0 commit comments

Comments
 (0)