diff --git a/pyproject.toml b/pyproject.toml index b8ee857f9b..fdab853f8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ dependencies = [ "rapidfuzz==3.6.2", "resend==0.8.0", "psutil==5.9.8", - "jinja2==3.1.4", + "jinja2==3.1.6", "tiktoken==0.6.0", "uvicorn==0.29.0", "pylint==3.1.0", @@ -82,8 +82,8 @@ dependencies = [ "jira==3.8.0", "slack-sdk==3.27.1", "jsonpatch==1.33", - "scikit-learn==1.4.2", - "sentry-sdk==2.2.0", + "scikit-learn==1.5.1", + "sentry-sdk==2.8.0", ] [tool.isort] diff --git a/requirements.txt b/requirements.txt index 086f68460f..480466eeaa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # This file was autogenerated by uv via the following command: # uv pip compile pyproject.toml -o requirements.txt -aiohttp==3.9.4 +aiohttp==3.11.0b0 # via voyageai aiolimiter==1.1.0 # via voyageai @@ -56,7 +56,7 @@ cachecontrol==0.14.0 # via poetry cattrs==23.2.3 # via parea-ai -certifi==2024.2.2 +certifi==2024.7.4 # via # httpcore # httpx @@ -87,7 +87,7 @@ crashtest==0.4.1 # via # cleo # poetry -cryptography==42.0.5 +cryptography==44.0.1 # via # pyjwt # secretstorage @@ -145,7 +145,7 @@ fsspec==2024.3.1 gitdb==4.0.11 # via gitpython gitpython==3.1.42 -h11==0.14.0 +h11==0.16.0 # via # httpcore # uvicorn @@ -201,7 +201,7 @@ jeepney==0.8.0 # via # keyring # secretstorage -jinja2==3.1.4 +jinja2==3.1.6 # via # jupyter-server # jupyterlab @@ -263,7 +263,7 @@ jupyter-server==2.13.0 # notebook-shim jupyter-server-terminals==0.5.3 # via jupyter-server -jupyterlab==4.1.5 +jupyterlab==4.4.2 # via notebook jupyterlab-pygments==0.3.0 # via nbconvert @@ -318,7 +318,7 @@ nbformat==5.10.3 nest-asyncio==1.6.0 # via ipykernel networkx==3.2.1 -notebook==7.1.2 +notebook==7.4.2 # via jupyter notebook-shim==0.2.4 # via @@ -475,7 +475,7 @@ referencing==0.34.0 # jupyter-events regex==2023.12.25 # via tiktoken -requests==2.31.0 +requests==2.32.2 # via # cachecontrol # cohere @@ -511,15 +511,15 @@ rpds-py==0.18.0 # referencing s3transfer==0.10.1 # via boto3 -scikit-learn==1.4.2 +scikit-learn==1.5.1 scipy==1.12.0 # via scikit-learn secretstorage==3.3.3 # via keyring send2trash==1.8.2 # via jupyter-server -sentry-sdk==2.2.0 -setuptools==69.1.1 +sentry-sdk==2.8.0 +setuptools==70.0.0 # via importmagic shellingham==1.5.4 # via poetry @@ -542,7 +542,7 @@ soupsieve==2.5 # via beautifulsoup4 stack-data==0.6.3 # via ipython -starlette==0.36.3 +starlette==0.40.0 # via # fastapi # prometheus-fastapi-instrumentator @@ -579,7 +579,7 @@ tomlkit==0.12.3 # via # poetry # pylint -tornado==6.4 +tornado==6.4.2 # via # ipykernel # jupyter-client @@ -639,7 +639,7 @@ typing-extensions==4.10.0 # uvicorn uri-template==1.3.0 # via jsonschema -urllib3==2.2.1 +urllib3==2.2.2 # via # botocore # dulwich @@ -648,7 +648,7 @@ urllib3==2.2.1 # sentry-sdk # types-requests uvicorn==0.29.0 -virtualenv==20.25.1 +virtualenv==20.26.6 # via poetry voyageai==0.2.1 wcwidth==0.2.13 @@ -668,5 +668,5 @@ wrapt==1.16.0 yamllint==1.35.1 yarl==1.9.4 # via aiohttp -zipp==3.18.1 +zipp==3.19.1 # via importlib-metadata