Przeglądaj źródła

shtab: require >= 1.8.0

in 1.7.x, zsh completions were still broken, 1.8.0 fixed that.
Thomas Waldmann 3 tygodni temu
rodzic
commit
8646c4e045
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      pyproject.toml

+ 1 - 1
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]