commit:     a7da0db8c7e5834ccafc2117c50254ccfb80cfe1
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  1 21:16:23 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Sep  1 21:16:23 2024 +0000
URL:        
https://gitweb.gentoo.org/proj/pkgcore/pkgcheck.git/commit/?id=a7da0db8

pyproject: fix tree-sitter version

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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",

Reply via email to