From 70c4962cad55fc4dabdfc1e846dbc05867354ac5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 12:32:55 +0000 Subject: [PATCH] chore(dependencies): update dependency pytest to >=9.1.1 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 2620766..05cc448 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1,3 @@ Cython>=3.0 -pytest>=9.0.2 +pytest>=9.1.1 pytest-cov>=7.1.0