From cbebf03b83a15cda8d685e37342011563c5c5352 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 14:37:44 +0000 Subject: [PATCH] chore(dependencies): update dependency pytest to >=7.4.4 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 01b786c..642928c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1,3 @@ Cython>=3.0 -pytest>=7.2.0 +pytest>=7.4.4 pytest-cov>=4.0.0