Skip to content

Commit fe92e0e

Browse files
committed
Bumped tree-sitter
Signed-off-by: Ole Herman Schumacher Elgesem <[email protected]>
1 parent 0096928 commit fe92e0e

File tree

2 files changed

+35
-107
lines changed

2 files changed

+35
-107
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ dynamic = ["version"]
88
description = "Human-oriented CLI for interacting with CFEngine tools"
99
readme = "README.md"
1010
license = {file = "LICENSE"}
11-
requires-python = ">=3.9"
11+
requires-python = ">=3.10"
1212
dependencies = [
1313
"cf-remote>=0.6.4",
1414
"cfbs>=4.4.3",
1515
"tree-sitter-cfengine>=1.0.10",
16-
"tree-sitter>=0.23",
16+
"tree-sitter>=0.25",
1717
"markdown-it-py>=3.0.0",
1818
]
1919
classifiers = [

0 commit comments

Comments
 (0)