From 01ad2e00c98f021ac11aec621caa725c3b5ee95a Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 18 Nov 2025 12:20:10 +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 a381a1c4..df790563 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ test = [ "langgraph==0.6.10", "mypy==1.18.2", "pytest-asyncio==0.26.0", - "pytest==8.4.2", + "pytest==9.0.1", "pytest-cov==7.0.0", "pytest-depends==1.0.1", "Pillow==11.3.0; python_version == '3.9'",