Bump all dependencies, to pick up py-tree-sitter-languages 1.9.1 with py12 support

This commit is contained in:
Paul Gauthier 2024-01-04 07:48:00 -08:00
parent ca0ef601c6
commit 5c9bd4d405
4 changed files with 31 additions and 30 deletions

View file

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

View file

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

View file

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

View file

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