From bd3f5012bb42d8a01608e26fe39fece793f79988 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 06:10:19 +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.23.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 d61ce84..0c4c149 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ ] dependencies = [ - "tree-sitter >=0.22.0,<0.23.0", + "tree-sitter >=0.22.0,<0.24.0", "setuptools >=61.0.0", # distutils removed in 3.12, but distutils.ccompiler used in tree-sitter ]