mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
pin tree-sitter==0.21.3
This commit is contained in:
parent
e09d4d8e16
commit
dd2ba6e3fc
3 changed files with 15 additions and 10 deletions
|
@ -2,11 +2,11 @@
|
|||
# This file is autogenerated by pip-compile with Python 3.11
|
||||
# by the following command:
|
||||
#
|
||||
# pip-compile dev-requirements.in
|
||||
# pip-compile --output-file=dev-requirements.txt dev-requirements.in
|
||||
#
|
||||
alabaster==0.7.16
|
||||
# via sphinx
|
||||
babel==2.14.0
|
||||
babel==2.15.0
|
||||
# via sphinx
|
||||
build==1.2.1
|
||||
# via pip-tools
|
||||
|
@ -48,7 +48,7 @@ imgcat==0.5.0
|
|||
# via -r dev-requirements.in
|
||||
iniconfig==2.0.0
|
||||
# via pytest
|
||||
jinja2==3.1.3
|
||||
jinja2==3.1.4
|
||||
# via sphinx
|
||||
kiwisolver==1.4.5
|
||||
# via matplotlib
|
||||
|
@ -58,7 +58,7 @@ markdown-it-py==3.0.0
|
|||
# via rich
|
||||
markupsafe==2.1.5
|
||||
# via jinja2
|
||||
matplotlib==3.8.4
|
||||
matplotlib==3.9.0
|
||||
# via -r dev-requirements.in
|
||||
mdurl==0.1.2
|
||||
# via markdown-it-py
|
||||
|
@ -85,7 +85,7 @@ pillow==10.3.0
|
|||
# via matplotlib
|
||||
pip-tools==7.4.1
|
||||
# via -r dev-requirements.in
|
||||
platformdirs==4.2.1
|
||||
platformdirs==4.2.2
|
||||
# via virtualenv
|
||||
pluggy==1.5.0
|
||||
# via pytest
|
||||
|
@ -93,9 +93,9 @@ pox==0.3.4
|
|||
# via pathos
|
||||
ppft==1.7.6.8
|
||||
# via pathos
|
||||
pre-commit==3.7.0
|
||||
pre-commit==3.7.1
|
||||
# via -r dev-requirements.in
|
||||
pygments==2.17.2
|
||||
pygments==2.18.0
|
||||
# via
|
||||
# rich
|
||||
# sphinx
|
||||
|
@ -153,7 +153,7 @@ tzdata==2024.1
|
|||
# via pandas
|
||||
urllib3==2.2.1
|
||||
# via requests
|
||||
virtualenv==20.26.1
|
||||
virtualenv==20.26.2
|
||||
# via pre-commit
|
||||
wheel==0.43.0
|
||||
# via pip-tools
|
||||
|
|
|
@ -27,3 +27,6 @@ pypandoc
|
|||
litellm
|
||||
google-generativeai
|
||||
streamlit
|
||||
|
||||
# 0.22.2 seems to break tree-sitter-languages?
|
||||
tree-sitter==0.21.3
|
||||
|
|
|
@ -292,8 +292,10 @@ tqdm==4.66.4
|
|||
# google-generativeai
|
||||
# huggingface-hub
|
||||
# openai
|
||||
tree-sitter==0.22.2
|
||||
# via tree-sitter-languages
|
||||
tree-sitter==0.21.3
|
||||
# via
|
||||
# -r requirements.in
|
||||
# tree-sitter-languages
|
||||
tree-sitter-languages==1.10.2
|
||||
# via grep-ast
|
||||
typing-extensions==4.11.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue