Merge pull request #431 from paul-gauthier/py12

Bump all dependencies, to pick up py-tree-sitter-languages 1.9.1 with python 3.12 support
This commit is contained in:
paul-gauthier 2024-01-04 08:32:46 -08:00 committed by GitHub
commit c7f520129f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 32 additions and 31 deletions

View file

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps:
- name: Check out repository

View file

@ -13,7 +13,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps:
- name: Check out repository

View file

@ -6,7 +6,7 @@
#
alabaster==0.7.13
# via sphinx
babel==2.13.1
babel==2.14.0
# via sphinx
build==1.0.3
# via pip-tools
@ -28,7 +28,7 @@ dill==0.3.7
# via
# multiprocess
# pathos
distlib==0.3.7
distlib==0.3.8
# via virtualenv
docutils==0.20.1
# via
@ -36,9 +36,9 @@ docutils==0.20.1
# sphinx-rtd-theme
filelock==3.13.1
# via virtualenv
fonttools==4.46.0
fonttools==4.47.0
# via matplotlib
identify==2.5.32
identify==2.5.33
# via pre-commit
idna==3.6
# via requests
@ -62,7 +62,7 @@ multiprocess==0.70.15
# via pathos
nodeenv==1.8.0
# via pre-commit
numpy==1.26.2
numpy==1.26.3
# via
# contourpy
# matplotlib
@ -73,11 +73,11 @@ packaging==23.2
# matplotlib
# pytest
# sphinx
pandas==2.1.3
pandas==2.1.4
# via -r dev-requirements.in
pathos==0.3.1
# via lox
pillow==10.1.0
pillow==10.2.0
# via matplotlib
pip-tools==7.3.0
# via -r dev-requirements.in
@ -89,7 +89,7 @@ pox==0.3.3
# via pathos
ppft==1.7.6.7
# via pathos
pre-commit==3.5.0
pre-commit==3.6.0
# via -r dev-requirements.in
pygments==2.17.2
# via sphinx
@ -97,7 +97,7 @@ pyparsing==3.1.1
# via matplotlib
pyproject-hooks==1.0.0
# via build
pytest==7.4.3
pytest==7.4.4
# via -r dev-requirements.in
python-dateutil==2.8.2
# via
@ -140,15 +140,16 @@ sphinxcontrib-serializinghtml==1.1.9
# via sphinx
typer==0.9.0
# via -r dev-requirements.in
typing-extensions==4.8.0
typing-extensions==4.9.0
# via typer
tzdata==2023.3
tzdata==2023.4
# via pandas
urllib3==2.1.0
# via requests
virtualenv==20.25.0
# via pre-commit
wheel==0.42.0
# via pip-tools
# The following packages are considered to be unsafe in a requirements file:
# pip

View file

@ -12,7 +12,7 @@ Optional steps:
## pip install aider-chat
Install the “aider-chat” package with pip from one of these sources, using python 3.9-3.11:
Install the “aider-chat” package with pip from one of these sources, using python 3.9-3.12:
* PyPI hosts the released and most stable version:
* `python -m pip install aider-chat`

View file

@ -6,11 +6,11 @@
#
annotated-types==0.6.0
# via pydantic
anyio==3.7.1
anyio==4.2.0
# via
# httpx
# openai
attrs==23.1.0
attrs==23.2.0
# via
# jsonschema
# referencing
@ -33,7 +33,7 @@ diff-match-patch==20230430
# via -r requirements.in
diskcache==5.6.3
# via -r requirements.in
distro==1.8.0
distro==1.9.0
# via openai
gitdb==4.0.11
# via gitpython
@ -45,7 +45,7 @@ h11==0.14.0
# via httpcore
httpcore==1.0.2
# via httpx
httpx==0.25.2
httpx==0.26.0
# via openai
idna==3.6
# via
@ -54,7 +54,7 @@ idna==3.6
# requests
jsonschema==4.20.0
# via -r requirements.in
jsonschema-specifications==2023.11.2
jsonschema-specifications==2023.12.1
# via jsonschema
markdown-it-py==3.0.0
# via rich
@ -62,43 +62,43 @@ mdurl==0.1.2
# via markdown-it-py
networkx==3.2.1
# via -r requirements.in
numpy==1.26.2
numpy==1.26.3
# via
# -r requirements.in
# scipy
openai==1.3.7
openai==1.6.1
# via -r requirements.in
packaging==23.2
# via -r requirements.in
pathspec==0.11.2
pathspec==0.12.1
# via
# -r requirements.in
# grep-ast
pillow==10.1.0
pillow==10.2.0
# via -r requirements.in
prompt-toolkit==3.0.41
prompt-toolkit==3.0.43
# via -r requirements.in
pycparser==2.21
# via cffi
pydantic==2.5.2
pydantic==2.5.3
# via openai
pydantic-core==2.14.5
pydantic-core==2.14.6
# via pydantic
pygments==2.17.2
# via rich
pyyaml==6.0.1
# via -r requirements.in
referencing==0.31.1
referencing==0.32.0
# via
# jsonschema
# jsonschema-specifications
regex==2023.10.3
regex==2023.12.25
# via tiktoken
requests==2.31.0
# via tiktoken
rich==13.7.0
# via -r requirements.in
rpds-py==0.13.2
rpds-py==0.16.2
# via
# jsonschema
# referencing
@ -121,9 +121,9 @@ tqdm==4.66.1
# via openai
tree-sitter==0.20.4
# via tree-sitter-languages
tree-sitter-languages==1.8.0
tree-sitter-languages==1.9.1
# via grep-ast
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# openai
# pydantic