From 67eae1c985d24d376c09982fcaa02798d9d1507c Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sat, 8 Nov 2025 21:40:11 +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 4e1d48c..30f4157 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ test = [ "isort==5.13.2", "mypy==1.13.0", "pytest-asyncio==0.24.0", - "pytest==8.3.3", + "pytest==9.0.0", "pytest-cov==5.0.0" ]