From 84eb4f955b4984ddb75a72fa9b5b9a3c9687ad3c Mon Sep 17 00:00:00 2001 From: Jerry Date: Mon, 25 Oct 2021 20:24:45 +0800 Subject: [PATCH] roa.py: update tabluate for python 3.10 --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 4fd92c5..ca2bade 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,4 +1,4 @@ netaddr==0.8.0 -tabulate==0.8.7 +tabulate==0.8.9 toml==0.10.1 dnspython==2.1.0