From 0f8302ca8b4177678978ef4e770f1e023c5bba13 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sat, 8 Nov 2025 21:42:37 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2f73075..0707da8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ test = [ "flake8==6.1.0", "isort==5.13.2", "mypy==1.17.0", - "pytest==8.4.1", + "pytest==9.0.0", "pytest-asyncio==0.26.0", "pytest-cov==5.0.0", "langchain_google_vertexai==2.0.27"