From 942c2c769efc6e4fd30899119aff68eadb46f241 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 28 May 2026 16:57:50 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v9 [security] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6b7bd6e7..23bd6631 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ test = [ "isort==8.0.0", "mypy==1.19.1", "pytest-asyncio==0.26.0", - "pytest==8.4.2", + "pytest==9.0.3", "pytest-cov==7.0.0", "langchain-tests==1.1.2", "langgraph>=1.2.2"