diff --git a/function-grep/Cargo.toml b/function-grep/Cargo.toml index 38f1652d..a119e38f 100644 --- a/function-grep/Cargo.toml +++ b/function-grep/Cargo.toml @@ -27,7 +27,7 @@ tree-sitter = ">=0.21.0" tree-sitter-c = { version = "0.21.4", optional = true } tree-sitter-java = { version = "0.21.0", optional = true } tree-sitter-ocaml = { version = "0.21.2", optional = true } -tree-sitter-python = { version = "0.21.0", optional = true } +tree-sitter-python = { version = "0.23.0", optional = true } tree-sitter-ruby = { version = "0.21.0", optional = true } tree-sitter-go = { version = "0.21.2", optional = true } tree-sitter-c-sharp = { version = "0.21.3", optional = true }