Skip to content

Commit cb1099b

Browse files
committed
Update dependencies.
1 parent dff220d commit cb1099b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
python-version: [3.8.18, 3.9.18, "3.10.13", 3.11.5, 3.12.0]
16+
python-version: [3.9.18, "3.10.13", 3.11.5, 3.12.0, 3.13.4]
1717
fail-fast: false
1818

1919
steps:

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
python-version: [3.8.18, 3.9.18, "3.10.13", 3.11.5, 3.12.0]
16+
python-version: [3.9.18, "3.10.13", 3.11.5, 3.12.0, 3.13.4]
1717
fail-fast: false
1818

1919
steps:

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ python-dotenv = "*"
1515
pyyaml = "*"
1616
prompt-toolkit = "*"
1717
rich = "*"
18-
tree-sitter = "==0.21.1"
18+
tree-sitter = "*"
1919
tree-sitter-languages = "*"
2020
typing-extensions = "==4.13.2"
2121

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
'pyyaml',
1919
'prompt-toolkit',
2020
'rich',
21-
'tree-sitter==0.21.1',
21+
'tree-sitter',
2222
'tree-sitter-languages',
2323
'typing-extensions==4.13.2',
2424
],

0 commit comments

Comments
 (0)