From 55ff60f3b7b1d285605a0c568aaeaa254b1a0af3 Mon Sep 17 00:00:00 2001 From: "Lasota, Adrian" Date: Thu, 28 May 2026 15:46:57 +0200 Subject: [PATCH] fix: Unlock of pytest library to 9.x Signed-off-by: Lasota, Adrian --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a330cfa..ff232df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pytest >= 7.2.1, < 9 +pytest >= 7.2.1, < 10 pytest-cov ~= 5.0.0 pytest-xdist ~= 3.6.1 coverage ~= 7.3.0