From 8b7ea237d22b1370509b53d906fa79a3b0d2d9ea Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 31 Aug 2026 16:29:33 +0000 Subject: [PATCH] chore(deps): update dependency pytest-cov to v7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7ddffed..940418b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ test = [ "mypy==1.17.0", "pytest==8.4.1", "pytest-asyncio==0.26.0", - "pytest-cov==5.0.0", + "pytest-cov==7.1.0", "langchain_google_vertexai>=3.0.0, <4.0.0" ]