diff options
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index fd0eb616..45fe7213 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ requires = [ "pathspec", "tree-sitter>=0.21.0", "tree-sitter-bash>=0.21.0", - "snakeoil~=0.10.7", + "snakeoil~=0.10.8", "pkgcore~=0.12.25", ] build-backend = "py_build" @@ -46,7 +46,7 @@ dependencies = [ "pathspec", "tree-sitter>=0.21.0", "tree-sitter-bash>=0.21.0", - "snakeoil~=0.10.7", + "snakeoil~=0.10.8", "pkgcore~=0.12.25", ] |