From d7e7f08ffe88726266f105591754494336560b6e Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 20:13:10 +0000 Subject: [PATCH] Update dependency pytest to <=9.0.3 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 948b80d2..cc68ac32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dev = [ test = [ "flexmock>=0.10.6", "responses>=0.9.0", - "pytest<=9.0.1", + "pytest<=9.0.3", "pytest-cov", "pytest-html", "requests-mock",