diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-02 00:16:23 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-02 00:16:23 +0300 |
commit | a7da0db8c7e5834ccafc2117c50254ccfb80cfe1 (patch) | |
tree | 6c5bd3acc14e39ec2f8e19ddd391d1eb60b9d878 | |
parent | fix with tree-sitter 0.23 (diff) | |
download | pkgcheck-a7da0db8c7e5834ccafc2117c50254ccfb80cfe1.tar.gz pkgcheck-a7da0db8c7e5834ccafc2117c50254ccfb80cfe1.tar.bz2 pkgcheck-a7da0db8c7e5834ccafc2117c50254ccfb80cfe1.zip |
pyproject: fix tree-sitter version
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index bf20ce94..4e7d2d82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ "lazy-object-proxy", "lxml", "pathspec", - "tree-sitter>=0.23.2", + "tree-sitter>=0.23.0", "tree-sitter-bash>=0.21.0", "snakeoil~=0.10.8", "pkgcore~=0.12.25", |