diff --git a/packages/toolbox-core/pyproject.toml b/packages/toolbox-core/pyproject.toml index 0f08e294..fe3d674c 100644 --- a/packages/toolbox-core/pyproject.toml +++ b/packages/toolbox-core/pyproject.toml @@ -45,7 +45,7 @@ test = [ "black[jupyter]==25.1.0", "isort==6.0.1", "mypy==1.16.1", - "pytest==8.4.0", + "pytest==8.4.1", "pytest-aioresponses==0.3.0", "pytest-asyncio==1.0.0", "pytest-cov==6.2.1", diff --git a/packages/toolbox-langchain/pyproject.toml b/packages/toolbox-langchain/pyproject.toml index f22c0d2a..aa48142d 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.1", "pytest-asyncio==1.0.0", - "pytest==8.4.0", + "pytest==8.4.1", "pytest-cov==6.2.1", "Pillow==11.2.1", "google-cloud-secret-manager==2.24.0", diff --git a/packages/toolbox-llamaindex/pyproject.toml b/packages/toolbox-llamaindex/pyproject.toml index 80ac3aa7..5ca5dee7 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.1", "pytest-asyncio==1.0.0", - "pytest==8.4.0", + "pytest==8.4.1", "pytest-cov==6.2.1", "Pillow==11.2.1", "google-cloud-secret-manager==2.24.0",