From 1a09182b59eb8cc08fe4d0cdb6680f5180a24760 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 15:35:39 +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 5d1842b9..9501bcde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dev = [ { include-group = "nox" }, ] test = [ - "pytest==8.3.4", + "pytest==9.0.2", "pytest-asyncio==0.23.8", "pytest-cov==5.0.0", "six==1.17.0",