From e6f558fbe0e6252f880f90b5a5cd556dfb5ebf11 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 12 Feb 2024 07:07:10 +0100 Subject: Adding upstream version 2.3.1. Signed-off-by: Daniel Baumann --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 46fbdc8..16ecf5b 100755 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ setup( long_description_content_type="text/x-rst", install_requires=[ "configobj >= 5.0.5", - "tabulate[widechars] >= 0.8.2", + "tabulate[widechars] >= 0.9.0", ], extras_require={ "styles": ["Pygments >= 1.6"], -- cgit v1.2.3