mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 22:34:59 +00:00
bump deps to get grep-ast 0.3.1
This commit is contained in:
parent
5745657991
commit
04539feccb
2 changed files with 11 additions and 2 deletions
|
@ -1179,6 +1179,7 @@ class Coder:
|
||||||
self.io.tool_error(
|
self.io.tool_error(
|
||||||
"For more info see: https://aider.chat/docs/faq.html#aider-isnt-editing-my-files"
|
"For more info see: https://aider.chat/docs/faq.html#aider-isnt-editing-my-files"
|
||||||
)
|
)
|
||||||
|
self.io.tool_error()
|
||||||
self.io.tool_error(str(err), strip=False)
|
self.io.tool_error(str(err), strip=False)
|
||||||
|
|
||||||
self.reflected_message = str(err)
|
self.reflected_message = str(err)
|
||||||
|
|
|
@ -56,6 +56,8 @@ distro==1.9.0
|
||||||
# via openai
|
# via openai
|
||||||
filelock==3.14.0
|
filelock==3.14.0
|
||||||
# via huggingface-hub
|
# via huggingface-hub
|
||||||
|
flake8==7.0.0
|
||||||
|
# via -r requirements.in
|
||||||
frozenlist==1.4.1
|
frozenlist==1.4.1
|
||||||
# via
|
# via
|
||||||
# aiohttp
|
# aiohttp
|
||||||
|
@ -94,7 +96,7 @@ googleapis-common-protos==1.63.0
|
||||||
# grpcio-status
|
# grpcio-status
|
||||||
greenlet==3.0.3
|
greenlet==3.0.3
|
||||||
# via playwright
|
# via playwright
|
||||||
grep-ast==0.3.0
|
grep-ast==0.3.1
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
grpcio==1.63.0
|
grpcio==1.63.0
|
||||||
# via
|
# via
|
||||||
|
@ -133,12 +135,14 @@ jsonschema==4.22.0
|
||||||
# altair
|
# altair
|
||||||
jsonschema-specifications==2023.12.1
|
jsonschema-specifications==2023.12.1
|
||||||
# via jsonschema
|
# via jsonschema
|
||||||
litellm==1.37.14
|
litellm==1.37.16
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
markdown-it-py==3.0.0
|
markdown-it-py==3.0.0
|
||||||
# via rich
|
# via rich
|
||||||
markupsafe==2.1.5
|
markupsafe==2.1.5
|
||||||
# via jinja2
|
# via jinja2
|
||||||
|
mccabe==0.7.0
|
||||||
|
# via flake8
|
||||||
mdurl==0.1.2
|
mdurl==0.1.2
|
||||||
# via markdown-it-py
|
# via markdown-it-py
|
||||||
multidict==6.0.5
|
multidict==6.0.5
|
||||||
|
@ -203,6 +207,8 @@ pyasn1==0.6.0
|
||||||
# rsa
|
# rsa
|
||||||
pyasn1-modules==0.4.0
|
pyasn1-modules==0.4.0
|
||||||
# via google-auth
|
# via google-auth
|
||||||
|
pycodestyle==2.11.1
|
||||||
|
# via flake8
|
||||||
pycparser==2.22
|
pycparser==2.22
|
||||||
# via cffi
|
# via cffi
|
||||||
pydantic==2.7.1
|
pydantic==2.7.1
|
||||||
|
@ -215,6 +221,8 @@ pydeck==0.9.1
|
||||||
# via streamlit
|
# via streamlit
|
||||||
pyee==11.1.0
|
pyee==11.1.0
|
||||||
# via playwright
|
# via playwright
|
||||||
|
pyflakes==3.2.0
|
||||||
|
# via flake8
|
||||||
pygments==2.18.0
|
pygments==2.18.0
|
||||||
# via rich
|
# via rich
|
||||||
pypandoc==1.13
|
pypandoc==1.13
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue