diff --git a/poetry.lock b/poetry.lock index a97d25a..e66e11b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -531,7 +531,7 @@ files = [ {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"}, {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, ] -markers = {main = "sys_platform == \"win32\" or platform_system == \"Windows\"", test = "sys_platform == \"win32\""} +markers = {main = "platform_system == \"Windows\" or sys_platform == \"win32\"", test = "sys_platform == \"win32\""} [[package]] name = "comm" @@ -679,7 +679,7 @@ description = "Backport of PEP 654 (exception groups)" optional = false python-versions = ">=3.7" groups = ["main", "test"] -markers = "python_version < \"3.11\"" +markers = "python_version == \"3.10\"" files = [ {file = "exceptiongroup-1.2.2-py3-none-any.whl", hash = "sha256:3111b9d131c238bec2f8f516e123e14ba243563fb135d3fe885990585aa7795b"}, {file = "exceptiongroup-1.2.2.tar.gz", hash = "sha256:47c2edf7c6738fafb49fd34290706d1a1a2f4d1c6df275526b62cbb4aa5393cc"}, @@ -748,22 +748,23 @@ files = [ [[package]] name = "flask" -version = "3.1.0" +version = "3.1.1" description = "A simple framework for building complex web applications." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "flask-3.1.0-py3-none-any.whl", hash = "sha256:d667207822eb83f1c4b50949b1623c8fc8d51f2341d65f72e1a1815397551136"}, - {file = "flask-3.1.0.tar.gz", hash = "sha256:5f873c5184c897c8d9d1b05df1e3d01b14910ce69607a117bd3277098a5836ac"}, + {file = "flask-3.1.1-py3-none-any.whl", hash = "sha256:07aae2bb5eaf77993ef57e357491839f5fd9f4dc281593a81a9e4d79a24f295c"}, + {file = "flask-3.1.1.tar.gz", hash = "sha256:284c7b8f2f58cb737f0cf1c30fd7eaf0ccfcde196099d24ecede3fc2005aa59e"}, ] [package.dependencies] -blinker = ">=1.9" +blinker = ">=1.9.0" click = ">=8.1.3" -itsdangerous = ">=2.2" -Jinja2 = ">=3.1.2" -Werkzeug = ">=3.1" +itsdangerous = ">=2.2.0" +jinja2 = ">=3.1.2" +markupsafe = ">=2.1.1" +werkzeug = ">=3.1.0" [package.extras] async = ["asgiref (>=3.2)"] @@ -2937,7 +2938,7 @@ description = "A lil' TOML parser" optional = false python-versions = ">=3.8" groups = ["test"] -markers = "python_version < \"3.11\"" +markers = "python_version == \"3.10\"" files = [ {file = "tomli-2.2.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:678e4fa69e4575eb77d103de3df8a895e1591b48e740211bd1067378c69e8249"}, {file = "tomli-2.2.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:023aa114dd824ade0100497eb2318602af309e5a55595f76b626d6d9f3b7b0a6"}, @@ -3333,4 +3334,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "214c198afc9ad9a5da787805adc5377ed9abb6c404cdaa2beb73cf6c157709e2" +content-hash = "1903a753fb263534f073700afd7a079f50306d6dfa98883bd9c31897d6e3c6d0" diff --git a/pyproject.toml b/pyproject.toml index b817a1f..2eb65d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ falkordb = "^1.0.10" tree-sitter-c = "^0.23.4" tree-sitter-python = "^0.23.6" tree-sitter-java = "^0.23.5" -flask = "^3.1.0" +flask = "^3.1.1" python-dotenv = "^1.0.1" multilspy = {git = "https://github.com/AviAvni/multilspy.git", rev = "python-init-params"} javatools = "^1.6.0" diff --git a/requirements.txt b/requirements.txt index 385f327..17c865c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ aiohappyeyeballs==2.4.4 ; python_version >= "3.10" and python_version < "4.0" -aiohttp==3.11.11 ; python_version >= "3.10" and python_version < "4.0" +aiohttp==3.12.14 ; python_version >= "3.10" and python_version < "4.0" aiosignal==1.3.2 ; python_version >= "3.10" and python_version < "4.0" annotated-types==0.7.0 ; python_version >= "3.10" and python_version < "4.0" anyio==4.8.0 ; python_version >= "3.10" and python_version < "4.0" @@ -26,13 +26,13 @@ docstring-to-markdown==0.15 ; python_version >= "3.10" and python_version < "4.0 exceptiongroup==1.2.2 ; python_version == "3.10" executing==2.2.0 ; python_version >= "3.10" and python_version < "4.0" falkordb==1.0.10 ; python_version >= "3.10" and python_version < "4.0" -filelock==3.17.0 ; python_version >= "3.10" and python_version < "4.0" +filelock==3.20.1 ; python_version >= "3.10" and python_version < "4.0" fix-busted-json==0.0.18 ; python_version >= "3.10" and python_version < "4.0" flask==3.1.0 ; python_version >= "3.10" and python_version < "4.0" frozenlist==1.5.0 ; python_version >= "3.10" and python_version < "4.0" fsspec==2024.12.0 ; python_version >= "3.10" and python_version < "4.0" graphrag-sdk==0.5.0 ; python_version >= "3.10" and python_version < "4.0" -h11==0.14.0 ; python_version >= "3.10" and python_version < "4.0" +h11==0.16.0 ; python_version >= "3.10" and python_version < "4.0" httpcore==1.0.7 ; python_version >= "3.10" and python_version < "4.0" httpx==0.27.2 ; python_version >= "3.10" and python_version < "4.0" huggingface-hub==0.28.0 ; python_version >= "3.10" and python_version < "4.0" @@ -50,7 +50,7 @@ jsonschema-specifications==2024.10.1 ; python_version >= "3.10" and python_versi jsonschema==4.23.0 ; python_version >= "3.10" and python_version < "4.0" jupyter-client==8.6.3 ; python_version >= "3.10" and python_version < "4.0" jupyter-core==5.7.2 ; python_version >= "3.10" and python_version < "4.0" -litellm==1.59.9 ; python_version >= "3.10" and python_version < "4.0" +litellm==1.61.15 ; python_version >= "3.10" and python_version < "4.0" lsprotocol==2023.0.1 ; python_version >= "3.10" and python_version < "4.0" markupsafe==3.0.2 ; python_version >= "3.10" and python_version < "4.0" matplotlib-inline==0.1.7 ; python_version >= "3.10" and python_version < "4.0" @@ -74,7 +74,7 @@ pydantic==2.10.6 ; python_version >= "3.10" and python_version < "4.0" pygit2==1.17.0 ; python_version >= "3.10" and python_version < "4.0" pygls==1.3.1 ; python_version >= "3.10" and python_version < "4.0" pygments==2.19.1 ; python_version >= "3.10" and python_version < "4.0" -pypdf==4.3.1 ; python_version >= "3.10" and python_version < "4.0" +pypdf==6.4.0 ; python_version >= "3.10" and python_version < "4.0" python-abc==0.2.0 ; python_version >= "3.10" and python_version < "4.0" python-dateutil==2.9.0.post0 ; python_version >= "3.10" and python_version < "4.0" python-dotenv==1.0.1 ; python_version >= "3.10" and python_version < "4.0" @@ -85,7 +85,7 @@ ratelimit==2.2.1 ; python_version >= "3.10" and python_version < "4.0" redis==5.2.1 ; python_version >= "3.10" and python_version < "4.0" referencing==0.36.2 ; python_version >= "3.10" and python_version < "4.0" regex==2024.11.6 ; python_version >= "3.10" and python_version < "4.0" -requests==2.32.3 ; python_version >= "3.10" and python_version < "4.0" +requests==2.32.4 ; python_version >= "3.10" and python_version < "4.0" rpds-py==0.22.3 ; python_version >= "3.10" and python_version < "4.0" six==1.17.0 ; python_version >= "3.10" and python_version < "4.0" sniffio==1.3.1 ; python_version >= "3.10" and python_version < "4.0" @@ -94,7 +94,7 @@ stack-data==0.6.3 ; python_version >= "3.10" and python_version < "4.0" tiktoken==0.8.0 ; python_version >= "3.10" and python_version < "4.0" tokenizers==0.21.0 ; python_version >= "3.10" and python_version < "4.0" toml==0.10.2 ; python_version >= "3.10" and python_version < "4.0" -tornado==6.4.2 ; python_version >= "3.10" and python_version < "4.0" +tornado==6.5 ; python_version >= "3.10" and python_version < "4.0" tqdm==4.67.1 ; python_version >= "3.10" and python_version < "4.0" traitlets==5.14.3 ; python_version >= "3.10" and python_version < "4.0" tree-sitter-c==0.23.4 ; python_version >= "3.10" and python_version < "4.0" @@ -102,9 +102,9 @@ tree-sitter-java==0.23.5 ; python_version >= "3.10" and python_version < "4.0" tree-sitter-python==0.23.6 ; python_version >= "3.10" and python_version < "4.0" tree-sitter==0.24.0 ; python_version >= "3.10" and python_version < "4.0" typing-extensions==4.12.2 ; python_version >= "3.10" and python_version < "4.0" -urllib3==2.3.0 ; python_version >= "3.10" and python_version < "4.0" +urllib3==2.6.0 ; python_version >= "3.10" and python_version < "4.0" validators==0.34.0 ; python_version >= "3.10" and python_version < "4.0" wcwidth==0.2.13 ; python_version >= "3.10" and python_version < "4.0" -werkzeug==3.1.3 ; python_version >= "3.10" and python_version < "4.0" +werkzeug==3.1.4 ; python_version >= "3.10" and python_version < "4.0" yarl==1.18.3 ; python_version >= "3.10" and python_version < "4.0" zipp==3.21.0 ; python_version >= "3.10" and python_version < "4.0"