From 8646c4e045cd2a3ecfbf77d4df23c69451dfeefb Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 18 Nov 2025 17:58:41 +0100 Subject: [PATCH] shtab: require >= 1.8.0 in 1.7.x, zsh completions were still broken, 1.8.0 fixed that. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2a585cc7a..06b04c13f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "platformdirs >=3.0.0, <5.0.0; sys_platform == 'darwin'", # for macOS: breaking changes in 3.0.0. "platformdirs >=2.6.0, <5.0.0; sys_platform != 'darwin'", # for others: 2.6+ works consistently. "argon2-cffi", - "shtab>=1.7.0", + "shtab>=1.8.0", ] [project.optional-dependencies]