From 413bdd3bf60618d718ef5da1bc439f70d66b9752 Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Tue, 4 Aug 2020 21:08:39 +0100 Subject: [PATCH] deps: bump shtab Depends on https://github.com/iterative/shtab/pull/19 Fixes bash not completing filenames & dirs --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b90e9b05af..06d6cbab0a 100644 --- a/setup.py +++ b/setup.py @@ -79,7 +79,7 @@ def run(self): "tabulate>=0.8.7", "pygtrie==2.3.2", "dpath>=2.0.1,<3", - "shtab>=1.1.0,<2", + "shtab>=1.3.0,<2", "rich>=3.0.5", ]