From e21eb4cb2310cfff9c575aa9931d20c996d72d3f Mon Sep 17 00:00:00 2001 From: Ajin Abraham Date: Sat, 17 Apr 2021 00:31:42 -0700 Subject: [PATCH] Bump requirements --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5bee838..3dcaa26 100644 --- a/setup.py +++ b/setup.py @@ -52,6 +52,6 @@ def get_version(rel_path): 'libsast>=1.4.1', 'sarif-om>=1.0.4', 'jschema-to-python>=1.2.3', - 'tabulate>=0.8.7', + 'tabulate>=0.8.8', ], )