Skip to content

Commit 7c78873

Browse files
committed
update deps
1 parent f54f0ed commit 7c78873

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tree-sitter = "^0.23.2"
1212
validators = "^0.34.0"
1313
falkordb = "^1.0.5"
1414
tree-sitter-c = "^0.23.2"
15-
tree-sitter-python = "^0.23.4"
15+
tree-sitter-python = "^0.23.6"
1616
flask = "^3.0.3"
1717
python-dotenv = "^1.0.1"
1818

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ tornado==6.4.2 ; python_version >= "3.9" and python_version < "4.0"
6868
tqdm==4.67.1 ; python_version >= "3.9" and python_version < "4.0"
6969
traitlets==5.14.3 ; python_version >= "3.9" and python_version < "4.0"
7070
tree-sitter-c==0.21.4 ; python_version >= "3.9" and python_version < "4.0"
71-
tree-sitter-python==0.21.0 ; python_version >= "3.9" and python_version < "4.0"
71+
tree-sitter-python==0.23.6 ; python_version >= "3.9" and python_version < "4.0"
7272
tree-sitter==0.23.2 ; python_version >= "3.9" and python_version < "4.0"
7373
typing-extensions==4.12.2 ; python_version >= "3.9" and python_version < "4.0"
7474
urllib3==2.2.3 ; python_version >= "3.9" and python_version < "4.0"

0 commit comments

Comments
 (0)