From 22546d3949e95795c8cf67cc3ac7c3467ab57cdd Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 17 Nov 2025 13:39:25 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v9 --- packages/toolbox-core/pyproject.toml | 2 +- packages/toolbox-langchain/pyproject.toml | 2 +- packages/toolbox-llamaindex/pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/toolbox-core/pyproject.toml b/packages/toolbox-core/pyproject.toml index 69ee4929..8ee5848f 100644 --- a/packages/toolbox-core/pyproject.toml +++ b/packages/toolbox-core/pyproject.toml @@ -46,7 +46,7 @@ test = [ "black[jupyter]==25.9.0", "isort==7.0.0", "mypy==1.18.2", - "pytest==8.4.2", + "pytest==9.0.1", "pytest-aioresponses==0.3.0", "pytest-asyncio==1.3.0", "pytest-cov==7.0.0", diff --git a/packages/toolbox-langchain/pyproject.toml b/packages/toolbox-langchain/pyproject.toml index c87e4256..501f5def 100644 --- a/packages/toolbox-langchain/pyproject.toml +++ b/packages/toolbox-langchain/pyproject.toml @@ -47,7 +47,7 @@ test = [ "isort==7.0.0", "mypy==1.18.2", "pytest-asyncio==1.3.0", - "pytest==8.4.2", + "pytest==9.0.1", "pytest-cov==7.0.0", "Pillow==12.0.0; python_version >= '3.10'", "google-cloud-secret-manager==2.24.0", diff --git a/packages/toolbox-llamaindex/pyproject.toml b/packages/toolbox-llamaindex/pyproject.toml index 01915311..16609072 100644 --- a/packages/toolbox-llamaindex/pyproject.toml +++ b/packages/toolbox-llamaindex/pyproject.toml @@ -47,7 +47,7 @@ test = [ "isort==7.0.0", "mypy==1.18.2", "pytest-asyncio==1.3.0", - "pytest==8.4.2", + "pytest==9.0.1", "pytest-cov==7.0.0", "Pillow==12.0.0; python_version >= '3.10'", "google-cloud-secret-manager==2.24.0",