commit:     cbdb08bd73eb919ee3a723eacbfe202d250012d1
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 13 00:37:30 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 13 00:37:30 2025 +0000
URL:        
https://gitweb.gentoo.org/proj/pkgcore/pkgcheck.git/commit/?id=cbdb08bd

pyproject: fix minimal dependencies

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

 pyproject.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 03b496ff..40e0b757 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,7 +7,7 @@ requires = [
        "lxml",
        "pathspec",
        "tree-sitter~=0.24.0",
-       "tree-sitter-bash~=0.23.0",
+       "tree-sitter-bash~=0.23.1",
        "snakeoil~=0.10.11",
        "pkgcore~=0.12.30",
 ]
@@ -46,7 +46,7 @@ dependencies = [
        "lxml",
        "pathspec",
        "tree-sitter~=0.24.0",
-       "tree-sitter-bash~=0.23.0",
+       "tree-sitter-bash~=0.23.1",
        "snakeoil~=0.10.11",
        "pkgcore~=0.12.30",
 ]

Reply via email to