diff --git a/packages/toolbox-core/pyproject.toml b/packages/toolbox-core/pyproject.toml index 7dd44a22..677bd247 100644 --- a/packages/toolbox-core/pyproject.toml +++ b/packages/toolbox-core/pyproject.toml @@ -44,7 +44,7 @@ test = [ "black[jupyter]==25.1.0", "isort==6.0.1", "mypy==1.16.0", - "pytest==8.3.5", + "pytest==8.4.0", "pytest-aioresponses==0.3.0", "pytest-asyncio==1.0.0", "pytest-cov==6.1.1", diff --git a/packages/toolbox-core/requirements.txt b/packages/toolbox-core/requirements.txt index bc0802b1..1639a8a7 100644 --- a/packages/toolbox-core/requirements.txt +++ b/packages/toolbox-core/requirements.txt @@ -1,2 +1,2 @@ -aiohttp==3.12.6 +aiohttp==3.12.7 pydantic==2.11.5 diff --git a/packages/toolbox-langchain/pyproject.toml b/packages/toolbox-langchain/pyproject.toml index 1719deca..be4cdb7c 100644 --- a/packages/toolbox-langchain/pyproject.toml +++ b/packages/toolbox-langchain/pyproject.toml @@ -48,7 +48,7 @@ test = [ "isort==6.0.1", "mypy==1.16.0", "pytest-asyncio==1.0.0", - "pytest==8.3.5", + "pytest==8.4.0", "pytest-cov==6.1.1", "Pillow==11.2.1", "google-cloud-secret-manager==2.23.3", diff --git a/packages/toolbox-langchain/requirements.txt b/packages/toolbox-langchain/requirements.txt index 508c40e3..ed6a0ed6 100644 --- a/packages/toolbox-langchain/requirements.txt +++ b/packages/toolbox-langchain/requirements.txt @@ -2,5 +2,5 @@ langchain-core==0.3.63 PyYAML==6.0.2 pydantic==2.11.5 -aiohttp==3.12.6 +aiohttp==3.12.7 deprecated==1.2.18 \ No newline at end of file diff --git a/packages/toolbox-llamaindex/pyproject.toml b/packages/toolbox-llamaindex/pyproject.toml index 63c26b05..7fd7b4e9 100644 --- a/packages/toolbox-llamaindex/pyproject.toml +++ b/packages/toolbox-llamaindex/pyproject.toml @@ -48,7 +48,7 @@ test = [ "isort==6.0.1", "mypy==1.16.0", "pytest-asyncio==1.0.0", - "pytest==8.3.5", + "pytest==8.4.0", "pytest-cov==6.1.1", "Pillow==11.2.1", "google-cloud-secret-manager==2.23.3", diff --git a/packages/toolbox-llamaindex/requirements.txt b/packages/toolbox-llamaindex/requirements.txt index 3525d5bc..7a682843 100644 --- a/packages/toolbox-llamaindex/requirements.txt +++ b/packages/toolbox-llamaindex/requirements.txt @@ -1,6 +1,6 @@ -e ../toolbox-core -llama-index==0.12.39 +llama-index==0.12.40 PyYAML==6.0.2 pydantic==2.11.5 -aiohttp==3.12.6 +aiohttp==3.12.7 deprecated==1.2.18 \ No newline at end of file