From bbb6edff1f20b309e7cac1c9654c2dcd688e8c98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 06:20:52 +0000 Subject: [PATCH] chore(deps): update tree-sitter requirement 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.22.0...v0.24.0) --- updated-dependencies: - dependency-name: tree-sitter 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 7f52303..c102136 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ ] dependencies = [ - "tree-sitter >=0.22.0,<0.24.0", + "tree-sitter >=0.22.0,<0.25.0", "setuptools >=61.0.0", # distutils removed in 3.12, but distutils.ccompiler used in tree-sitter ]