From 22436bbb8368352c0c37c76b8a54db8e3a377d3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 01:34:35 +0000 Subject: [PATCH] build(deps): update tree-sitter requirement from >=0.25 to >=0.25.2 Updates the requirements on [tree-sitter](https://github.com/tree-sitter/py-tree-sitter) to permit the latest version. - [Release notes](https://github.com/tree-sitter/py-tree-sitter/releases) - [Commits](https://github.com/tree-sitter/py-tree-sitter/compare/v0.25.0...v0.25.2) --- updated-dependencies: - dependency-name: tree-sitter dependency-version: 0.25.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4e9c5c9..b71bbe4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "cf-remote>=0.7.3", "cfbs>=5.5.0", "tree-sitter-cfengine>=1.1.12", - "tree-sitter>=0.25", + "tree-sitter>=0.25.2", "markdown-it-py>=3.0.0", "PyYAML>=6.0.3", ]