From d716840c4a28aad0dcb7642cbfc1805b2213518a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 23:09:32 +0000 Subject: [PATCH] Update dependency pytest to v9 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6ed5124..ae2b0d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pytest==8.3.5; python_version < '3.9' -pytest==8.4.0; python_version >= '3.9' +pytest==9.0.2; python_version < '3.9' +pytest==9.0.2; python_version >= '3.9' pytest-cov==5.0.0; python_version < '3.9' pytest-cov==6.2.1; python_version >= '3.9'