From 5f73c16f74f25557362404ff9e0462af1adbf52a Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sat, 6 Dec 2025 22:13:57 +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 c8232d20..d4af8853 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ test = [ "isort==7.0.0; python_version >= '3.10'", "mypy==1.18.2", "pytest-asyncio==0.26.0", - "pytest==8.4.2", + "pytest==9.0.2", "pytest-cov==7.0.0", "langchain-tests==0.3.22", "langgraph==0.6.10"