diff --git a/packages/toolbox-core/pyproject.toml b/packages/toolbox-core/pyproject.toml index f9df761c..947012a8 100644 --- a/packages/toolbox-core/pyproject.toml +++ b/packages/toolbox-core/pyproject.toml @@ -46,7 +46,7 @@ test = [ "pytest==8.3.5", "pytest-aioresponses==0.3.0", "pytest-asyncio==0.26.0", - "pytest-cov==6.1.0", + "pytest-cov==6.1.1", "google-cloud-secret-manager==2.23.2", "google-cloud-storage==3.1.0", ] diff --git a/packages/toolbox-langchain/pyproject.toml b/packages/toolbox-langchain/pyproject.toml index c726ccc4..5441cb35 100644 --- a/packages/toolbox-langchain/pyproject.toml +++ b/packages/toolbox-langchain/pyproject.toml @@ -48,7 +48,7 @@ test = [ "pytest-asyncio==0.26.0", "pytest==8.3.5", "pytest-cov==6.1.1", - "Pillow==11.1.0", + "Pillow==11.2.1", "google-cloud-secret-manager==2.23.2", "google-cloud-storage==3.1.0", ] diff --git a/packages/toolbox-langchain/requirements.txt b/packages/toolbox-langchain/requirements.txt index 3bacf3bb..40c016b7 100644 --- a/packages/toolbox-langchain/requirements.txt +++ b/packages/toolbox-langchain/requirements.txt @@ -1,4 +1,4 @@ -langchain-core==0.3.51 +langchain-core==0.3.52 PyYAML==6.0.2 pydantic==2.11.3 aiohttp==3.11.16