diff --git a/packages/toolbox-core/pyproject.toml b/packages/toolbox-core/pyproject.toml index 8c974513..d2caefd5 100644 --- a/packages/toolbox-core/pyproject.toml +++ b/packages/toolbox-core/pyproject.toml @@ -48,7 +48,7 @@ test = [ "pytest==8.4.0", "pytest-aioresponses==0.3.0", "pytest-asyncio==1.0.0", - "pytest-cov==6.1.1", + "pytest-cov==6.2.1", "pytest-mock==3.14.1", "google-cloud-secret-manager==2.24.0", "google-cloud-storage==3.1.0", diff --git a/packages/toolbox-core/requirements.txt b/packages/toolbox-core/requirements.txt index dc87848b..77a46303 100644 --- a/packages/toolbox-core/requirements.txt +++ b/packages/toolbox-core/requirements.txt @@ -1,3 +1,3 @@ aiohttp==3.12.12 pydantic==2.11.5 -deprecated==1.2.15 \ No newline at end of file +deprecated==1.2.18 \ No newline at end of file diff --git a/packages/toolbox-langchain/pyproject.toml b/packages/toolbox-langchain/pyproject.toml index 7b2c6001..5ce6547c 100644 --- a/packages/toolbox-langchain/pyproject.toml +++ b/packages/toolbox-langchain/pyproject.toml @@ -49,7 +49,7 @@ test = [ "mypy==1.16.0", "pytest-asyncio==1.0.0", "pytest==8.4.0", - "pytest-cov==6.1.1", + "pytest-cov==6.2.1", "Pillow==11.2.1", "google-cloud-secret-manager==2.24.0", "google-cloud-storage==3.1.0", diff --git a/packages/toolbox-llamaindex/pyproject.toml b/packages/toolbox-llamaindex/pyproject.toml index 48e5c095..d97b47a8 100644 --- a/packages/toolbox-llamaindex/pyproject.toml +++ b/packages/toolbox-llamaindex/pyproject.toml @@ -49,7 +49,7 @@ test = [ "mypy==1.16.0", "pytest-asyncio==1.0.0", "pytest==8.4.0", - "pytest-cov==6.1.1", + "pytest-cov==6.2.1", "Pillow==11.2.1", "google-cloud-secret-manager==2.24.0", "google-cloud-storage==3.1.0", diff --git a/packages/toolbox-llamaindex/requirements.txt b/packages/toolbox-llamaindex/requirements.txt index f0d86fd0..b3038b36 100644 --- a/packages/toolbox-llamaindex/requirements.txt +++ b/packages/toolbox-llamaindex/requirements.txt @@ -1,5 +1,5 @@ -e ../toolbox-core -llama-index==0.12.41 +llama-index==0.12.42 PyYAML==6.0.2 pydantic==2.11.5 aiohttp==3.12.12