Skip to content

Commit c132c33

Browse files
committed
Update tabulate requirement from <0.8.10,>=0.8.2 to >=0.8.8,<=0.8.10 in /cli
Signed-off-by: chenwany <[email protected]>
1 parent 40c23df commit c132c33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cli/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
boto3>=1.16.14
2-
tabulate>=0.8.2,<0.8.10
2+
tabulate>=0.8.8,<=0.8.10
33
ipaddress>=1.0.22
44
PyYAML>=5.3.1
55
jinja2>=2.11.0

cli/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def readme():
2424
REQUIRES = [
2525
"setuptools",
2626
"boto3>=1.16.14",
27-
"tabulate>=0.8.2,<0.8.10",
27+
"tabulate>=0.8.8,<=0.8.10",
2828
"ipaddress>=1.0.22",
2929
"PyYAML>=5.3.1",
3030
"jinja2>=2.11.0",

0 commit comments

Comments
 (0)