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