From 872680ed08f9739f5f205f1d34b62acd6a6b6270 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 11:59:49 +0000 Subject: [PATCH] build(deps): bump tree-sitter-zeek from 0.2.9 to 0.2.10 Bumps [tree-sitter-zeek](https://github.com/tree-sitter/tree-sitter-zeek) from 0.2.9 to 0.2.10. - [Commits](https://github.com/tree-sitter/tree-sitter-zeek/commits) --- updated-dependencies: - dependency-name: tree-sitter-zeek dependency-version: 0.2.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a57d756..fe1b6bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ requires-python = ">= 3.10" dependencies = [ "argcomplete>=3.6.1", "tree-sitter==0.25.2", - "tree-sitter-zeek==0.2.9", + "tree-sitter-zeek==0.2.10", ] [project.optional-dependencies]